-
Notifications
You must be signed in to change notification settings - Fork 426
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
OOB OAuth deprecation: migrate to OAuth loopback mechanism #1140
Comments
Checkout how Brian adapted grive2 to migrate oob to loopback flow: vitalif/grive2#369 |
The out-of-band flow is deprecated and can no longer be used to authorize new clients: https://developers.google.com/identity/protocols/oauth2/resources/oob-migration#what-is-oob. Desktop clients should be migrated to the loopback flow: https://developers.google.com/identity/protocols/oauth2/resources/oob-migration#desktop-client. Fixes odeke-em#1140.
The out-of-band flow is deprecated and can no longer be used to authorize new clients: https://developers.google.com/identity/protocols/oauth2/resources/oob-migration#what-is-oob. Desktop clients should be migrated to the loopback flow: https://developers.google.com/identity/protocols/oauth2/resources/oob-migration#desktop-client. Fixes odeke-em#1140.
When I visit the link produced by
Is the error I'm seeing due to this issue? |
Unfortunately, yes. You can try a fix from #1142 for now. |
Is there any update on this issue? Installing the @latest version still produces the error. |
The fix from #1142 hasn't been merged yet, so it won't appear in |
The Out-of-Band workflow will be deprecated in October 2022. As far as I can tell,
drive
still uses OOB (copy/paste) to authenticate.I think that existing (authenticated) clients will continue to work at this point, but I'm not sure how long new authentication flows will continue to work. Desktop applications should migrate to a loopback device flow.
The text was updated successfully, but these errors were encountered: