Hey Fernando,

While the screenshot from your console certainly shows that you're not 
breaking the daily quota, there are more short-term rate-limiting quotas 
which are meant to keep the system usable. When seeing a "rate limit 
exceeded" response, try to make your traffic pattern less burst-oriented, 
and use more batching / deferral. This page in our documentation 
<https://developers.google.com/drive/web/handle-errors> deals with how to 
respond to rate-limiting API error responses using the "exponential 
backoff" pattern.

On Friday, November 13, 2015 at 10:11:27 AM UTC-5, Fernando Lopez wrote:
>
> Hello,
>
> We are having problems since 11 of November with our application hosted in 
> Google Apps engine. (We have not updated our application in the last month)
>
> We are calling to different Google API's, mostly Drive API, and in the 
> last two days we are receiving 403 errors for almost all requests:
>
>
> We have billing enabled in the project and there is a lot of quota 
> available.
>
>
>
> We have tested with different users, with different internet connections, 
> from different locations... and we are having the same problem in different 
> projects!!! We have the same issue in DEVELOPMENT and SIMULATION 
> environments. Those environments are hosted in different GAE applications.
>
>
> This is the error message we are receiving:
>
>    1. error: {,…}
>       1. code: 403
>       2. errors: [{domain: "usageLimits", reason: 
>       "userRateLimitExceeded", message: "User Rate Limit Exceeded"}]
>          1. 0: {domain: "usageLimits", reason: "userRateLimitExceeded", 
>          message: "User Rate Limit Exceeded"}
>             1. domain: "usageLimits"
>             2. message: "User Rate Limit Exceeded"
>             3. reason: "userRateLimitExceeded"
>          3. message: "User Rate Limit Exceeded"
>    
>
> Do you have any idea or suggestion?
>
>
> Regards,
>
> Fernando.
>
>
>
>
>
>
>
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/8521f02b-5698-46a3-a3fe-5ebc2b6878ad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to