#Gemini CLI 403 error. I need verification, how to do it.
1 messages · Page 1 of 1 (latest)
That Cloud Code Assist API error (403): Verify your account to continue is coming from Google’s Code Assist backend (Gemini CLI), not from OpenClaw. There isn’t a terminal command that “re-verifies” a Google account — you have to complete whatever Google’s verification prompt is (usually in a browser).
What you can do from the terminal is re-run OAuth in OpenClaw (this refreshes/replaces the stored tokens), once per Google account:
# (once) make sure the plugin is enabled
openclaw plugins enable google-gemini-cli-auth
openclaw gateway restart
# re-login (repeat this 4x, each time pick a different Google account in the browser)
openclaw models auth login --provider google-gemini-cli --set-default
Then make sure your auth order is pointing at the actual profile ids (no spaces). For Gemini CLI they’re typically email-shaped, like google-gemini-cli:you@gmail.com: