Hello,
For the past two days, I’ve been facing a persistent issue when using the Gemini API. I am receiving a 429 error (RESOURCE_EXHAUSTED) even though I haven’t exceeded the free usage limits.
Here’s the error response:
{
"error": {
"code": 429,
"message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits.",
"status": "RESOURCE_EXHAUSTED"
}
}
-
Issue ongoing for 2 days.
-
My usage is well within the free tier limits:
-
Token quota not exceeded.
-
Requests per day (RPD) within limit.
-
Requests per minute (RPM) within limit.
-
-
No recent configuration changes on my end.
Could someone from the team please clarify why this error is happening and how it can be resolved?
Thank you.