How to authenticate to google_api_tool with service account json file #2249
Unanswered
AnnaBuchmanAP
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to authenticate to SheetsToolset which is based on google_api_tool using a service account credential:
The error is: ERROR - fast_api.py:928 - Error in event_generator: OAuth2 credentials client_id is missing.
from google/adk/tools/openapi_tool/openapi_spec_parser/tool_auth_handler.py, line 203, in _request_credential
raise AuthCredentialMissingError(
I create adk ServiceAccountCredential with client_id.
Please help me: what am I doing wrong? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions