Hi,
I am getting a persistent 403 PERMISSION_DENIED block when attempting to test free tier models via the Gemini API using PowerShell/cURL. My application restrictions are set to “None” and I am not using a VPN.
It looks like my Google Cloud project has been caught in an automated anti-abuse flag by mistake. Could someone from the Google team please help review and unblock it?
Here are the details of my setup:
- Project ID: project-2dd90c40-3b68-4792…
- Region: Turkey (No VPN active)
- Use Case: I am a developer building personal productivity tools and just trying to test out basic text generation features within the free tier limits.
The exact JSON response I receive:
{
"error": {
"code": 403,
"message": "Your project has been denied access. Please contact support.",
"status": "PERMISSION_DENIED"
}
}
Thank you in advance for your time and assistance in getting this resolved