webResource.getToken
403:usageLimits.dailyLimitExceeded
Cause |
---|
Daily quota for calls on this API has been reached. Too many calls were made likely a cause of no delay in retry logic. |
Recommendation |
---|
Implement an backoff delay. This call should only be made once, it is not necessary to make this call every time before calling webResource.insert |
webResource.insert
400:badRequest
Cause |
---|
Verification token has not been found by Google |
Recommendation |
---|
Verify that token has been successfully placed in destination and continue to call this method with backoff delay until 200 response |
400:invalidParameter
Cause |
---|
Token is incorrect |
Recommendation |
---|
Call webResource.getToken to get valid token |
403:usageLimits.dailyLimitExceeded
Cause |
---|
Daily quota for calls on this API has been reached. Too many calls were made likely a cause of no delay in retry logic. |
Recommendation |
---|
Implement a backoff delay. Verify that token has been successfully placed in destination and continue to call this method with backoff delay until 200 response |