-
Notifications
You must be signed in to change notification settings - Fork 494
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Deprecated OAuth out-of-band (oob) flow #420
Comments
Hi, i think the error redirect url not valid, i have same issue with you and i solved the issue. maybe the step link this
i hope you issue is solved, because me solved the issue:)) |
Also waiting for a proper solution on this. @gimite ? |
Wouldn't it be a solution to replace: with
and just pass a 'dummy' redirect_uri in your method? require 'google_drive'
|
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
OAuth out-of-band (oob) flow will be deprecated
https://developers.googleblog.com/2022/02/making-oauth-flows-safer.html
google-drive-ruby/lib/google_drive/session.rb
Line 158 in 55b996b
New OAuth usage will be blocked for the OOB flow
Can we migrate to an alternative flow? https://developers.google.com/identity/protocols/oauth2/native-app#redirect-uri_loopback
The text was updated successfully, but these errors were encountered: