Hello,
After enabling Translate API access in the APIs console, and setting the
billing on - any request ( e.g.:
https://www.googleapis.com/language/translate/v2?key=MYKEY&q=hello%20world&source=en&target=de
- where MYKEY is my API key) always gives me the following error:
{
"error": {
"errors": [
{
"domain": "usageLimits",
"reason": "dailyLimitExceeded",
"message": "Daily Limit Exceeded"
}
],
"code": 403,
"message": "Daily Limit Exceeded"
}
}
No matter what I tried - I keep getting this error... I even tried raising
the quotas, nothing worked.
Can anyone help me out with it?
Thanks in advance
--
You received this message because you are subscribed to the Google Groups
"General" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-translate-general/-/d_UdqjZ3WRcJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-translate-general?hl=en.