Hi All,
I am using Google translation API for 3 products in website.
Google Translation API is working fine for 2 products but i am getting error for one product however my API_KEY is same for all the 3 products.
Error is :-
"error": {
"code": 403,
"message": "User Rate Limit Exceeded",
"errors": [
{
"message": "User Rate Limit Exceeded",
"domain": "usageLimits",
"reason": "userRateLimitExceeded"
}
]
}
}
I have enabled billing also for this API and i am getting this error for last one week.
Have anyone any idea about it?
Thanks!