You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently trying to use Gemini Code Assist in my Google Cloud project, but I'm encountering the following error when running commands via CLI or IDE integration:
{
"error": {
"code": 403,
"message": "You must be a named user on your organization's Gemini Code Assist Standard edition subscription to use this service. Please contact your administrator to request an entitlement to Gemini Code Assist Standard edition.",
"errors": [
{
"message": "You must be a named user on your organization's Gemini Code Assist Standard edition subscription to use this service. Please contact your administrator to request an entitlement to Gemini Code Assist Standard edition.",
"domain": "global",
"reason": "forbidden"
}
],
"status": "PERMISSION_DENIED"
}
}
what should i do?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am currently trying to use Gemini Code Assist in my Google Cloud project, but I'm encountering the following error when running commands via CLI or IDE integration:
{ "error": { "code": 403, "message": "You must be a named user on your organization's Gemini Code Assist Standard edition subscription to use this service. Please contact your administrator to request an entitlement to Gemini Code Assist Standard edition.", "errors": [ { "message": "You must be a named user on your organization's Gemini Code Assist Standard edition subscription to use this service. Please contact your administrator to request an entitlement to Gemini Code Assist Standard edition.", "domain": "global", "reason": "forbidden" } ], "status": "PERMISSION_DENIED" } } what should i do?Beta Was this translation helpful? Give feedback.
All reactions