Hi team,
I’m requesting a manual review of a brand-new Gemini API project that has been blocked with a 403 “Your project has been denied access. Please contact support.” error since creation, similar to other recent reports in this category.
Project details
- Project ID: gen-lang-client-05149427..
- Account: Google Workspace managed account under a verified custom domain (created 2026-08-04)
- Free tier only, no billing account linked (organizational policy on this account)
Error
403 PERMISSION_DENIED
{
"error": {
"code": 403,
"message": "Your project has been denied access. Please contact support.",
"status": "PERMISSION_DENIED"
}
}
What I’ve tried
- Created an API key via AI Studio’s “Create API key in new project” flow → generate_content fails immediately with the above 403.
- To rule out the AI Studio creation path as the cause, manually issued a second API key from the Cloud Console “Credentials” page in the same project → identical 403 error. This suggests the block is applied at the project level, not tied to a specific key or creation method.
- Re-tested both keys ~1 day after project creation → same error, no change.
- Environment: google-genai Python SDK 2.14.0, calling client.models.generate_content(model=“gemini-2.5-flash”, contents=“Hello”) against the standard Developer API endpoint (
generativelanguage.googleapis.com), not Vertex AI.
This looks consistent with the automated new-project fraud-detection flag other users have reported, especially on Workspace-owned projects, where a team member previously acknowledged it as a potential bug (see: 403 PERMISSION_DENIED — "Your project has been denied access" on Workspace-owned project (gen-lang-client-01776000..) ). A similar false-positive case is also discussed here: Request to restore Gemini API access — "Your project has been denied access" (403 PERMISSION_DENIED, suspected false positive)
(Note: as a brand-new forum account I’m limited to 2 links per post, so I couldn’t cite every related thread I found — happy to list more if useful.)
Could someone from the team please take a look and reinstate access for project gen-lang-client-05149427..? Happy to provide any additional details needed for the review.
Thanks!