Hello Gemini API Team / DevRel,
I am requesting a manual account-level review for my project. Every API call to generateContent for gemini-2.5-flash is failing with:
403 PERMISSION_DENIED: "Your project has been denied access. Please contact support."
Project Details:
- Affected Google Cloud Project Number:
5346614112.. - Model Failing:
gemini-2.5-flash(POST /v1beta/models/gemini-2.5-flash:generateContent) - Use Case: Private internal automation for comment moderation / draft reply suggestions (LAB.LTD Social Radar). No auto-posting, low volume.
Diagnostic Pass & What Has Been Ruled Out:
- Isolated from code: Tested via raw
curl/ HTTP requests completely outside our codebase. - Metadata endpoints work (200 OK):
GET /v1beta/modelsandGET /v1beta/models/gemini-2.5-flashboth return HTTP 200 OK with full model metadata using the same API key. - Model asymmetry: Calling
gemini-2.5-prowith the same key returns a standard429 RESOURCE_EXHAUSTED(free-tier limit reached) with full quota detail objects, proving the key and auth pipeline work normally. - Network/IP independent: Reproduced identically from local machine, GitHub Actions runners, and a separate cloud sandbox.
- No visible UI banners: Checked Google AI Studio (“Projects” / “Plan & Billing”) and GCP Console — there are no warning callouts, banners, or account verification popups visible.
This behavior points to an automated identity/account-level risk flag blocking generateContent execution across projects under this Google account.
Could a member of the team please manually inspect project 5346614112.. and restore access? Happy to provide any additional verification if needed.
Thank you!