-
Notifications
You must be signed in to change notification settings - Fork 19
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
"This app is blocked" on read_only access #28
Comments
This might mean that a previous auth was cached. |
Hi @martindurant! |
I was a guess. I am hoping @tswast can clarify what's going on. |
I see gdrivefs is using Line 96 in d374a21
This means it's limited to the scopes which have been approved for the pydata-auth GCP project. Currently only the Likely the same issue reported here: pydata/pydata-google-auth#49 My recommendation is to create a GCP project specifically for I attempted to add
While these challenges probably aren't insurmountable, I don't have time at the moment to dedicate to this. |
Hi!
I tried the following code snippet:
On running the above, I get an OAuth2 URL which I use to authorize the application (PyData Authentication). Upon visiting the link, I get the following error:
Kindly note the
access='read-only'
argument. I don't get the error withaccess='full_control'
.Any and all help will be appreciated! Thanks!
The text was updated successfully, but these errors were encountered: