You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered:
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.
Hello, I started seeing the following error today when using this gem:
https://developers.google.com/accounts/docs/AuthForInstalledApps indicates that ClientLogin is deprecated.
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.
The text was updated successfully, but these errors were encountered: