-
Notifications
You must be signed in to change notification settings - Fork 516
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
Authorization error #89
Comments
@vitaminx
in original code.
works for me on local machine creating SA. |
@nyjx when I do that I get
EDIT: fixed by running |
Got the following error when trying to run Traceback (most recent call last):
File "C:\Users\...\AutoRclone\add_to_google_group.py", line 43, in <module>
flow = InstalledAppFlow.from_client_secrets_file(credentials[0], scopes=[
IndexError: list index out of range
EDIT: I found the problem it was because the |
Authorization error
Error 400: invalid_request
You can't sign in to this app because it doesn't comply with Google's OAuth 2.0 policy for app security.
You can notify the app developer that the app doesn't comply with one or more of Google's verification rules.
Request Details
The content in this section is provided by the app developer. This content has not been reviewed or verified by Google.
If you are an app developer, please ensure that these request details comply with Google policies.
redirect_uri: urn:ietf:wg:oauth:2.0:oob
Seems like the script needs to be updated?
The text was updated successfully, but these errors were encountered: