-
Notifications
You must be signed in to change notification settings - Fork 948
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ADC Authentication #1440
Comments
Hi thank you for this proposal, I recently looked into the It's great you confirm it does ! So far we could add some mention in the documentation and the main readme. So users can benefit from this setup. Later this year I wish we could have this function as the default way of getting credentials. |
@lavigne958 Actually, all a user needs to do is add the correct scope
and it works. On the package side, |
I know this has been somewhat asked before but the related answers are quite old and some of the solutions no longer apply (i.e Google Drive API is no longer required)
How would this work with local Application Default Credentials(ADC) during development? ( i.e using gcloud auth application-default login).
I get "google.oauth2.credentials.Credentials" for the type
In deployment, I use a service account.
As a note: with GCSFS when using cloud storage this just works, trying to see what I'm doing wrong here.
Also, I have already tried using the service
gc = gspread.service_account(filename="./*.json")
and everything works
The text was updated successfully, but these errors were encountered: