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

Authentication Failing #11

Open
chmurph2 opened this issue May 27, 2015 · 2 comments
Open

Authentication Failing #11

chmurph2 opened this issue May 27, 2015 · 2 comments

Comments

@chmurph2
Copy link

Hello, I started seeing the following error today when using this gem:

Authentication failed for [my username]: Response code 404 for post https://www.google.com/accounts/ClientLogin: https://developers.google.com/accounts/docs/AuthForInstalledApps

https://developers.google.com/accounts/docs/AuthForInstalledApps indicates that ClientLogin is deprecated.

Important: ClientLogin has been officially deprecated as of April 20, 2012 and is no longer available as per our deprecation policy. We encourage you to migrate to OAuth 2.0 as soon as possible.

I just wanted to reach out to see if you are aware of this, and have any plans of upgrading this gem to support new methods of authentication (i.e. OAuth 2.0). Regardless, thanks for creating this gem, we've found it useful.

@nesquena
Copy link
Owner

Yeah when they removed the simple login method, this gem broke. To fix this requires switching authentication to OAuth 2. Unfortunately, I likely won't be making the change myself anytime soon although I will miss this library if it never gets updated. I would of course love to merge in any pull requests and release a new version but I don't expect anyone to do that. Thanks for raising this issue.

@chmurph2
Copy link
Author

Understood, thanks for the reply. 🍻

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

2 participants