[GH-ISSUE #238] Antigravity not working #166

Closed
opened 2026-02-27 07:18:18 +03:00 by kerem · 1 comment
Owner

Originally created by @themw123 on GitHub (Jan 14, 2026).
Original GitHub issue: https://github.com/justlovemaki/AIClient-2-API/issues/238

I successfully used ui to create Antigravity auth: -> Provider Pools -> gemini-antigravity -> gen Auth

When i try to make a reqeust:

curl --location 'http://localhost:3000/gemini-antigravity/v1beta/models/gemini-3-flash-preview:generateContent' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer 123456' \
--data '{
  "contents": [
    {
      "role": "user",
      "parts": [
        { "text": "Hello!" }
      ]
    }
  ]
}'

Then I get the following error:

{
    "error": {
        "code": 403,
        "message": "You are currently configured to use a Google Cloud Project but lack a Gemini Code Assist license. Please contact your administrator to request a license. (#3501)",
        "status": "PERMISSION_DENIED"
    }
}
Originally created by @themw123 on GitHub (Jan 14, 2026). Original GitHub issue: https://github.com/justlovemaki/AIClient-2-API/issues/238 I successfully used ui to create Antigravity auth: -> Provider Pools -> gemini-antigravity -> gen Auth When i try to make a reqeust: ``` curl --location 'http://localhost:3000/gemini-antigravity/v1beta/models/gemini-3-flash-preview:generateContent' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer 123456' \ --data '{ "contents": [ { "role": "user", "parts": [ { "text": "Hello!" } ] } ] }' ``` Then I get the following error: ``` { "error": { "code": 403, "message": "You are currently configured to use a Google Cloud Project but lack a Gemini Code Assist license. Please contact your administrator to request a license. (#3501)", "status": "PERMISSION_DENIED" } } ```
kerem closed this issue 2026-02-27 07:18:18 +03:00
Author
Owner

@justlovemaki commented on GitHub (Jan 14, 2026):

The system prompts an anti-gravity detection message, but it works in my tests. It might also detect the IP address.

<!-- gh-comment-id:3749353104 --> @justlovemaki commented on GitHub (Jan 14, 2026): The system prompts an anti-gravity detection message, but it works in my tests. It might also detect the IP address.
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/AIClient-2-API-justlovemaki#166
No description provided.