You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I followed you guide and created application with Google Drive API.
I paste the correct app id and secret key, but I get this error from google
You can’t sign in because new app sent an invalid request. You can try again later, or contact the developer about this issue. Learn more about this error
If you are a developer of new app, see error details.
Error 400: invalid_request
The error is
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 flowName=GeneralOAuthFlow
The text was updated successfully, but these errors were encountered:
The problem also occurs if you are using a (very) outdated version of google-drive-ocamlfuse... you might want to check the version to make sure you are actually running an up-to-date version
I got the same error when switching from Testing to Production (as suggested elsewhere to avoid the 7 day access expiration). Switching back to Testing fixed it for me, but I'd love to be able to get rid of the access expiration.
Hello, I followed you guide and created application with Google Drive API.
I paste the correct app id and secret key, but I get this error from google
You can’t sign in because new app sent an invalid request. You can try again later, or contact the developer about this issue. Learn more about this error
If you are a developer of new app, see error details.
Error 400: invalid_request
The error is
The text was updated successfully, but these errors were encountered: