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
{{ message }}
This repository was archived by the owner on Feb 15, 2026. It is now read-only.
No overload matches this call.
The last overload gave the following error.
Type 'OAuth2Client' is not assignable to type 'string | GoogleAuth<AuthClient> | OAuth2Client | BaseExternalAccountClient | undefined'.
Type 'OAuth2Client' is missing the following properties from type 'OAuth2Client': fetch, addUserProjectAndAuthHeadersts(2769)
api.d.ts(25, 5): The expected type comes from property 'auth' which is declared here on type 'Options'
index.d.ts(12, 25): The last overload is declared here.
A clear and concise description of what the bug is, and what you expected to happen.
@googleapis/drive and many other libraries are up to v10 of google-auth-library but this package is not, creating type errors caused by version differences.
A clear and concise description WHY you expect this behavior, i.e., was it a recent change, there is documentation that points to this behavior, etc. **
Version mismatch, breaking all documentations and snippets out there.
Please make sure you have searched for information in the following guides.
Link to the code that reproduces this issue. A link to a public Github Repository or gist with a minimal reproduction.
No response
A step-by-step description of how to reproduce the issue, based on the linked reproduction.
@google-cloud/local-authand@googleapis/driveA clear and concise description of what the bug is, and what you expected to happen.
@googleapis/driveand many other libraries are up to v10 of google-auth-library but this package is not, creating type errors caused by version differences.A clear and concise description WHY you expect this behavior, i.e., was it a recent change, there is documentation that points to this behavior, etc. **
Version mismatch, breaking all documentations and snippets out there.