I am using the Google translate API V2 very intensely and after about 2000 requests I start getting this in the returning JSON:
Array
(
[error] => Array
(
[errors] => Array
(
[0] => Array
(
[domain] => usageLimits
[reason] => userRateLimitExceeded
[message] => User Rate Limit Exceeded
)
)
[code] => 403
[message] => User Rate Limit Exceeded
)
)
Any idea what the rate limit is? and do you have a smart way of regulating the requests rate?
I finally found out so I will answer my own question. The rate limit for the API can be set at the admin panel for your API's (https://code.google.com/apis/console) under the quotas section in the left hand menu. I did not find a full documentation of the possible errors that can be returned by an API.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With