Constant 429 for 3+ days, project quota tier unavailable (original) (raw)

January 22, 2026, 4:28am 1

Hi,

I am experiencing constant 429 errors with the Gemini API for more than 3 days, even when sending a single very small request.

Details:

Example request (PowerShell):

powershell

$env:GEMINI_API_KEY = "REDACTED"

curl -Method POST `
-Uri "https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash:generateContent" `
-Headers @{
"Content-Type" = "application/json"
"x-goog-api-key" = $env:GEMINI_API_KEY
} `
-Body '{
"contents":[{"parts":[{"text":"Test from new key"}]}]
}'

Example response:

text

429 Too Many Requests

What I have already tried:

All keys for this account return 429 on a single short request, and the project shows Project quota tier unavailable, so it looks like a stuck quota or configuration issue on the backend.

Could you please:

  1. Check the quota / tier configuration for project doctor-484714, and
  2. Reset or fix the quota so that I can use the free tier (or normal tier) again?

Thank you in advance!

I’m also facing same same issue. please check google

md_azmal March 29, 2026, 9:05am 3

getting the same damn issue, were you able to fix it

I have the same problem. Paid account tier 1. had some outstanding balance which i paid, now i cant use my API key in VS code

Hi @McGames_247 ,
To help us investigate the 429 error, could you please provide the following details,