gemini-cli - 💡(How to fix) Fix [ BUG - 0.37.2 ]API Error: 403, The caller does not have permission ! [3 comments, 3 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
google-gemini/gemini-cli#25374Fetched 2026-04-15 06:45:17
View on GitHub
Comments
3
Participants
3
Timeline
8
Reactions
0
Author
Timeline (top)
commented ×3labeled ×3mentioned ×1subscribed ×1

Error Message

✕ [API Error: [{ "error": { "code": 403, "message": "The caller does not have permission", "errors": [ { "message": "The caller does not have permission", "domain": "global", "reason": "forbidden" } ], "status": "PERMISSION_DENIED" } } ]]

ℹ This request failed. Press F12 for diagnostics, or run /settings and change "Error Verbosity" to full for full
details.

Code Example

[API Error: [{
    "error": {
      "code": 403,
      "message": "The caller does not have permission",
      "errors": [
        {
          "message": "The caller does not have permission",
          "domain": "global",
          "reason": "forbidden"
        }
      ],
      "status": "PERMISSION_DENIED"
    }
  }
  ]]


This request failed. Press F12 for diagnostics, or run /settings and change "Error Verbosity" to full for full       
  details.

---

> /about
# paste output here
RAW_BUFFERClick to expand / collapse

What happened?

After upgrading the CLI to 0.37.2, it became completely unusable. I've read numerous issues reported by other users, but your bots are categorizing the problem as recurring, suggesting the issue is more serious than initially thought; Version 0.37.2 renders the Gemini CLI completely unusable, halting my work and causing me significant distress and disruption!

✕ [API Error: [{
    "error": {
      "code": 403,
      "message": "The caller does not have permission",
      "errors": [
        {
          "message": "The caller does not have permission",
          "domain": "global",
          "reason": "forbidden"
        }
      ],
      "status": "PERMISSION_DENIED"
    }
  }
  ]]


ℹ This request failed. Press F12 for diagnostics, or run /settings and change "Error Verbosity" to full for full       
  details.

What did you expect to happen?

Therefore, I request that you fix the 403 error reported by numerous users as soon as possible. Some users have already discovered a possible routing configuration error in your code. Please fix it promptly, thank you!

Client information

<details> <summary>Client Information</summary>

Run gemini to enter the interactive CLI, then run the /about command.

> /about
# paste output here
</details>

Login information

No response

Anything else we need to know?

No response

extent analysis

TL;DR

The most likely fix for the 403 error in the Gemini CLI after upgrading to version 0.37.2 is to investigate and potentially adjust the routing configuration, as suggested by other users.

Guidance

  • Review the routing configuration for any changes or errors that may be causing the permission denied issue.
  • Run the /settings command and change "Error Verbosity" to full to obtain more detailed error information.
  • Check the output of the /about command for any clues about the current configuration or potential issues.
  • Investigate other users' reports and discussions about the issue for possible workarounds or fixes.

Example

No code snippet is provided as there is no clear indication of a specific code change that would resolve the issue.

Notes

The exact cause of the issue is unclear, and more information may be needed to provide a definitive fix. The user reports that other users have suggested a routing configuration error, but this has not been confirmed.

Recommendation

Apply workaround: Given the uncertainty around the cause and the fact that other users have reported similar issues, it may be best to try adjusting the routing configuration or seeking a workaround rather than waiting for a potential fix in a future version.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING