Open
Description
The following line works OK for me to get credentials for gdrive:
pydata_google_auth.get_user_credentials(
["https://www.googleapis.com/auth/drive"])
but the following line
pydata_google_auth.get_user_credentials(
["https://www.googleapis.com/auth/devstorage.read_write"])
(same for "read_only" or "full_control").
Ref: fsspec/gcsfs#261
Metadata
Metadata
Assignees
Labels
No labels