-
Notifications
You must be signed in to change notification settings - Fork 468
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
Error 400: invalid_request #361
Comments
Not sure the best solution, but I have a solution. changed in: init.py Then when you run your upload script, and go through Google's auth steps, you can just copy google's redirect response to your localhost (127.0.0.1) after the ?code= in the URL and paste that into your verification code. I created an echo server in python to respond to requests on port 80 (but might not needed). |
thank you for your reply. where is init.py? I am using raspbian. what a mess. i think i need some help with this |
This worked for me, be sure to only copy the value of the get parameter. @tharsdim
|
I got same issue:
|
Any help with this one please? Created new credentials but still I get the same issue.
Error 400: invalid_request
The out-of-band (OOB) flow has been blocked in order to keep users secure. Follow the Out-of-Band (OOB) flow migration guide linked in the developer docs below to migrate your app to an alternative method.
Request details: redirect_uri=urn:ietf:wg:oauth:2.0:oob
The text was updated successfully, but these errors were encountered: