-
Notifications
You must be signed in to change notification settings - Fork 89
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
Unable to authenticate with simple login(?) #126
Comments
- Fixed Garb::VERSION -> Garb::Version typo in single user authorization - Fixes #126
Seems like bad credentials, but it might be a problem with the library itself. |
Um, perhaps this is caused by me having the 2-step authentication configured for Google? Have you tested this function when 2-step authentication is active? |
Ah, that must be it. But not recognizing the irb(main):017:0> Garb.api_key
NoMethodError: undefined method `api_key' for Garb:Module |
Try using my fork as this one is, you could say… slightly dated ;) |
I'm a bit rusty on manual gem install from source, I've just been using On Thu, Aug 23, 2012 at 12:53 PM, Sijawusz Pur Rahnama <
Carl Boettiger |
There's good howto over at invaluable SO — http://stackoverflow.com/questions/2577346/how-to-install-gem-from-github-source |
Thanks Sija for continuing to support this Gem. I was able to get the Api key to work. I was getting the error:
If anyone else is getting this, you need to first install Sija's fork of this gem:
Follow this with
Next, set your api key like this:
After that, the error I was getting above went away. I am a big fan of "hold my hand" sometimes - sorry if there are too many details here - but the documentation isn't great. |
Thanks! Got the 0.9.5 version installed from Sija's gem, and entered the api key, but I'm still getting stuck on the Error trace isn't particularly helpful:
thanks again for any suggestions on how to debug this. |
@cboettig It seems you provided wrong credentials. |
Just to make sure, the key I want is the one from Simple API Access Use API keys to identify your project when you do not need to access user On Tue, Oct 2, 2012 at 2:01 AM, Sijawusz Pur Rahnama <
Carl Boettiger |
Got the same error that's make me crazy, did you found any solution ? |
Are you using sija's fork? That worked for me once I entered the Ali key.
|
Thx for the answer, I tested sija's fork but with my personnal Google account, I will also try to create a "fake" account and I will pray ;) |
It didn't work with the two step authentication but worked fine with a new account. |
You need to add the application in the two-step security setup in Google Good luck. Pierce Raul Sann wrote:
|
- Fixed Garb::VERSION -> Garb::Version typo in single user authorization - Fixes #126
well I am stuck with this again :( can anyone tell me what are the API_KEY ?
|
I am stuck with single login after enable 2-step authentication too and also have taken fork of Sija/garb still it is not working.Can anyone help me here? |
|
The simple login throws an error I don't understand:
any idea what I'm doing wrong here?
The text was updated successfully, but these errors were encountered: