Skip to content

Works only for some scopes #49

Open
@martindurant

Description

@martindurant

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: fsspec/gcsfs#261

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions