gemini-cli - 💡(How to fix) Fix GeminiCLI.com Feedback: [ISSUE] PEMISSION_DENIED [1 comments, 2 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#25422Fetched 2026-04-15 06:44:44
View on GitHub
Comments
1
Participants
2
Timeline
6
Reactions
0
Author
Timeline (top)
labeled ×5commented ×1

Error Message

' "error": {\n' +

RAW_BUFFERClick to expand / collapse

URL of the page with the issue

https://geminicli.com/

What is the problem?

config: { url: 'https://cloudcode-pa.googleapis.com/v1internal:streamGenerateContent?alt=sse', method: 'POST', params: [Object], headers: [Object], responseType: 'stream', body: '<<REDACTED> - See errorRedactor option in gaxios for configuration>.', signal: [AbortSignal], retry: false, paramsSerializer: [Function: paramsSerializer], validateStatus: [Function: validateStatus], errorRedactor: [Function: defaultErrorRedactor] }, data: '[{\n' + ' "error": {\n' + ' "code": 403,\n' + ' "message": "The caller does not have permission",\n' + ' "errors": [\n' + ' {\n' + ' "message": "The caller does not have permission",\n' + ' "domain": "global",\n' + ' "reason": "forbidden"\n' + ' }\n' + ' ],\n' + ' "status": "PERMISSION_DENIED"\n' + ' }\n' + '}\n' + ']',

질의하면 어느 모델 상관없이 위와같이 오류 납니다. google one pro 요금제 사용중

What did you expect to happen?

  1. 문제 원인이 뭔지?
  2. gemini cli 로그인 방식이 아닌 api key 등록 안내 금지
  3. 로그인 인증으로 gemini cli 사용하고 싶습니다.

Additional context

No response

extent analysis

TL;DR

The most likely fix is to verify and adjust the authentication and permission settings for the Google Cloud API being used by the Gemini CLI.

Guidance

  • Check the Google Cloud Console to ensure that the account used by the Gemini CLI has the necessary permissions to access the Cloud Code API.
  • Verify that the API key or credentials used by the Gemini CLI are correctly configured and have the required permissions.
  • Review the Google Cloud documentation for the Cloud Code API to understand the specific permission requirements and how to grant them to the account or service being used.
  • Consider using a different authentication method, such as OAuth, to authenticate with the Google Cloud API.

Example

No code example is provided as the issue is related to authentication and permission settings, which are specific to the Google Cloud Console and the Gemini CLI configuration.

Notes

The issue may be specific to the Google One Pro plan and the permissions granted to the account. It is recommended to review the Google Cloud documentation and the Gemini CLI documentation to understand the specific requirements and limitations.

Recommendation

Apply a workaround by verifying and adjusting the authentication and permission settings for the Google Cloud API being used by the Gemini CLI, as it is likely that the issue is related to a misconfiguration or lack of necessary permissions.

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

gemini-cli - 💡(How to fix) Fix GeminiCLI.com Feedback: [ISSUE] PEMISSION_DENIED [1 comments, 2 participants]