Hi, @Abhijit_Pramanik
I am also on the AI Ultra for Business subscription, but I am encountering a different issue compared to the original post.
Instead of the error above, I am hitting a generic Unexpected issue screen when attempting to sign in.
I checked the logs, and I noticed the following entry in " tier_id: ‘free-tier’" in data.
It seems like the Authentication service is failing to correctly retrieve the subscription status.
This is quite confusing because the Pricing page explicitly states that ‘AI Ultra for Business’ is supported. However, other documentation (and the reply above suggesting a switch to a Personal account) implies that business accounts might not be fully supported yet.
Could we get an official clarification on this? If Business accounts are indeed supported, is there a known workaround for this issue?
Thanks.
Error confirming user for service: GaxiosError: You're restricted from using Gemini Code Assist for individuals in your organization. For more information, contact your administrator.
at Gaxios._request
...
{
config: {
url: URL {
href: 'https://daily-cloudcode-pa.googleapis.com/v1internal:onboardUser',
origin: 'https://daily-cloudcode-pa.googleapis.com',
protocol: 'https:',
username: '',
password: '',
host: 'daily-cloudcode-pa.googleapis.com',
hostname: 'daily-cloudcode-pa.googleapis.com',
port: '',
pathname: '/v1internal:onboardUser',
search: '',
searchParams: URLSearchParams {},
hash: ''
},
method: 'POST',
headers: Headers {
authorization: '<<REDACTED> - See `errorRedactor` option in `gaxios` for configuration>.',
'content-type': 'application/json',
'User-Agent': 'antigravity/1.104.0 windows/amd64 google-api-nodejs-client/10.3.0',
'x-goog-api-client': 'gl-node/22.18.0'
},
data: {
tier_id: 'free-tier',
cloudaicompanion_project: 'adroit-keep-ns3kg',
metadata: [Object]
},
body: '{"tier_id":"free-tier","cloudaicompanion_project":"adroit-keep-ns3kg","metadata":{"ide_type":9,"ide_version":"1.104.0","plugin_version":"","platform":0,"update_channel":"","duet_project":"","plugin_type":0,"ide_name":"antigravity"}}',
validateStatus: [Function: validateStatus],
responseType: 'unknown',
errorRedactor: [Function: defaultErrorRedactor],
duplex: 'half'
},
response: Response {
size: 0,
data: { error: [Object] },
config: {
url: URL {},
method: 'POST',
headers: Headers {
authorization: '<<REDACTED> - See `errorRedactor` option in `gaxios` for configuration>.',
'content-type': 'application/json',
'User-Agent': 'antigravity/1.104.0 windows/amd64 google-api-nodejs-client/10.3.0',
'x-goog-api-client': 'gl-node/22.18.0'
},
data: [Object],
body: '{"tier_id":"free-tier","cloudaicompanion_project":"adroit-keep-ns3kg","metadata":{"ide_type":9,"ide_version":"1.104.0","plugin_version":"","platform":0,"update_channel":"","duet_project":"","plugin_type":0,"ide_name":"antigravity"}}',
validateStatus: [Function: validateStatus],
responseType: 'unknown',
errorRedactor: [Function: defaultErrorRedactor],
duplex: 'half'
},
[Symbol(Body internals)]: {
body: [Gunzip],
stream: [Gunzip],
boundary: null,
disturbed: true,
error: null
},
[Symbol(Response internals)]: {
type: 'default',
url: 'https://daily-cloudcode-pa.googleapis.com/v1internal:onboardUser',
status: 403,
statusText: 'Forbidden',
headers: [Object],
counter: 0,
highWaterMark: 16384
}
},
code: 403,
status: 403,
error: undefined,
[Symbol(gaxios-gaxios-error)]: '7.1.2',
[cause]: {
message: "You're restricted from using Gemini Code Assist for individuals in your organization. For more information, contact your administrator.",
code: 403,
status: 'PERMISSION_DENIED',
errors: [ [Object] ]
}
}