pydata-google-auth icon indicating copy to clipboard operation
pydata-google-auth copied to clipboard

Works only for some scopes

Open martindurant opened this issue 2 years ago • 7 comments

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"])

results in Screen Shot 2021-11-19 at 15 25 57

(same for "read_only" or "full_control").

Ref: https://github.com/fsspec/gcsfs/issues/261

martindurant avatar Nov 19 '21 20:11 martindurant