I’m getting persistent HTTP 429 RESOURCE_EXHAUSTED errors even though my account shows Google AI Ultra for Business and quota is available.
Environment:
- Product: Google Antigravity / Gemini CLI
- Gemini CLI version: 0.40.0
- OS: Windows / win32
- Auth Method: Signed in with Google
- Tier shown in CLI: Google AI Ultra for Business
- Model: Auto (Gemini 3)
- Quota shown in CLI: 1% used
- Vertex AI environment variables are not present in Process/User/Machine
- I removed/verified that these are not set:
- GEMINI_DEFAULT_AUTH_TYPE
- GOOGLE_GENAI_USE_VERTEXAI
- GOOGLE_CLOUD_PROJECT
- GOOGLE_CLOUD_LOCATION
- GCLOUD_PROJECT
- CLOUD_ML_REGION
Actual result:
Gemini CLI / Antigravity returns:
HTTP 429 Too Many Requests
Status: RESOURCE_EXHAUSTED
Message: Resource has been exhausted (e.g. check quota).
Latest error:
- Trajectory ID: b1420727-763e-47ee-8c77-e92c4d26
- TraceID: 0xa1883df99aa71
- X-Cloudaicompanion-Trace-Id: a1883df99aa71387
- Time: Thu, 30 Apr 2026 16:34:04 GMT
Previous error:
- Trajectory ID: 2b2667d4-33ee-4e45-9a93-d6eb29520
- TraceID: 0x4e32f16e8ed21
Why this looks like a backend/account issue:
1. Gemini CLI confirms “Google AI Ultra for Business”.
2. Quota shows only 1% used.
3. Vertex AI is not configured through environment variables.
4. The error persists after re-authentication.
5. A different account works normally, so this may be account/entitlement/quota-sync related.
Could someone from the Gemini CLI / Antigravity / Code Assist team please check whether this account has an entitlement, quota sync, or backend capacity issue?
Thank you.
Trajectory ID: 6f11e19e-dabb-4c95-8e3f-bb8736ba
Error: HTTP 429 Too Many Requests
Sherlog:
TraceID: 0x7480f9e486da8
Headers: {“Alt-Svc”:[“h3=“:443”; ma=2592000,h3-29=“:443”; ma=2592000”],“Content-Length”:[“139”],“Content-Type”:[“text/event-stream”],“Date”:[“Thu, 30 Apr 2026 17:00:25 GMT”],“Server”:[“ESF”],“Server-Timing”:[“gfet4t7; dur=439”],“Vary”:[“Origin”,“X-Origin”,“Referer”],“X-Cloudaicompanion-Trace-Id”:[“7480f9e486da8fcf”],“X-Content-Type-Options”:[“nosniff”],“X-Frame-Options”:[“SAMEORIGIN”],“X-Xss-Protection”:[“0”]}
{
“error”: {
“code”: 429,
“message”: “Resource has been exhausted (e.g. check quota).”,
“status”: “RESOURCE_EXHAUSTED”
}
}


