-
Notifications
You must be signed in to change notification settings - Fork 500
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
Google Oauth out-of-band (OOB) Flow Deprecated Oct 3 #424
Comments
Any news of that issue ? Should we use |
No news 😢 Regardless of I was able to get an extension from google until Jan 31, 2023 to continue using OOB, I'm hoping my project will be mostly wrapped up by then and then I will no longer need this gem, but that doesn't help those who rely on it for ongoing projects. |
This is a work around that at least gets me up and running with some little scripts in the short term. Change the value of the Run your code as usual, paste the URL into the browser. You will get an error in the browser after agreeing to the scopes, but the error will also contain the code you need to paste into your app. I stole the idea from: https://stackoverflow.com/a/71331562 |
Hello, dbenton9 How did you get this extension? |
Does this work for anyone else? That is to say it lets authenticate and select the permissions, but when I fill the code it gets NOTE: I am doing the authentication from console |
Has anyone looked in detail at this as to whether the gem can be adapted? |
Does anyone know of another library that does this? |
Have you guys found a working solution to this? |
Negative. |
Have the same problem here... |
Wouldn't it be a solution to replace: with
and just pass a 'dummy' redirect_uri in your method? require 'google_drive'
|
In lieu of the new google security updates, I'm assuming this
google_drive
gem will be affected because it uses OOB.Is there going to be a way to work around this?
The text was updated successfully, but these errors were encountered: