Hello Google AI Team,
I’m experiencing an issue with the Gemini API that I have been unable to resolve despite extensive troubleshooting.
Project Information
- Project Name: SAJ-AI-System
- Project ID:
saj-ai-system - API: Gemini API
- Model Tested:
gemini-2.5-flash
Background
My Google account and Google Cloud project were temporarily suspended by Google Trust & Safety.
After submitting an appeal, I received an official email stating:
“Your Google Cloud Platform/API project SAJ-AI-System (id: saj-ai-system) has been reinstated.”
Since receiving that email, I have been able to access the project again.
Current Problem
Any request to the GenerateContent endpoint returns:
403 Forbidden
Your project has been denied access.
Please contact support.
However, the ListModels endpoint works successfully.
What I Have Already Verified
Google account has been restored.
Google Cloud project has been reinstated.
Gemini API is enabled.
API key is valid.
Created a new API key after the project was reinstated.
API key is restricted only to the Gemini API (generativelanguage.googleapis.com).
Updated my application (n8n) with the new API key.
API credentials test successfully.
ListModels works successfully.
GenerateContent always returns:
403 Forbidden
Your project has been denied access.
Google Cloud Metrics
Current metrics show:
- ModelService.ListModels
*
Requests: Successful
*
Errors: 0% - GenerativeService.GenerateContent
*
Requests: Fail
*
Errors: 100% (403)
Additional Information
I also reviewed the recent Gemini API announcement regarding restricted API keys.
My API key is already restricted to the Gemini API, and I also generated a completely new restricted API key after my project was reinstated.
Therefore, I do not believe this is related to API key restrictions.
My Question
Could someone from the Google AI team please verify whether there is still a Trust & Safety restriction or backend authorization block preventing GenerateContent from being used on my reinstated project?
Is there anything else I need to do to fully restore Gemini API generation access?
Thank you very much for your time and assistance.