Hello team,
Access to both Google AI Studio and the Antigravity API is currently being blocked from French Polynesia (PF) due to a geo-location error. French Polynesia is an overseas territory of France, just like New Caledonia. As France and New Caledonia are supported regions, blocking access from French Polynesia appears to be an oversight in the geolocation allow-list.
Expected Behavior:
The API and AI Studio should function normally for connections originating from French Polynesian IP addresses, recognizing it as a supported region under French jurisdiction.
Actual Behavior:
Requests fail immediately. The system throws an HTTP 400 Bad Request with a FAILED_PRECONDITION status.
Error Messages & Diagnostic Logs:
- Error: HTTP 400 Bad Request
- TraceID:
0x8439ef1748… - Trajectory ID:
021dd415-bc30-4c47-884d-… - Error Body:
{
“error”: {
“code”: 400,
“message”: “User location is not supported for the API use.”,
“status”: “FAILED_PRECONDITION”
}
}
Steps to Reproduce:
- Connect via an ISP located in French Polynesia.
- Attempt to use Google AI Studio or initialize the API.
- Observe the immediate HTTP 400 block.
Could the DevRel or Engineering team please look into updating the geo-location allow-list to include French Polynesia (PF)?
Thank you!