Skip to content
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

Can't login #883

Open
Zerogoki00 opened this issue Aug 5, 2024 · 3 comments
Open

Can't login #883

Zerogoki00 opened this issue Aug 5, 2024 · 3 comments

Comments

@Zerogoki00
Copy link

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
@astrada
Copy link
Owner

astrada commented Aug 5, 2024

When you create your OAuth client id, you have to choose Desktop Application. Configuring the oob callback doesn't work anymore.

@smherrmann
Copy link

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

@claggner
Copy link

claggner commented Oct 2, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants