Closed zealot128 closed 13 years ago
Which version of ruby?
I'm on 1.9.2 and I am have no issues with either of those versions.
If your authentication is incorrect, you'll get Garb::AuthenticationRequest::AuthError, so that would seem to be your problem. Perhaps there is some issue with the transition between google apps and normal google accounts?
You can pass in an option for the account_type to the login method. This value defaults to HOSTED_OR_GOOGLE, which should handle everyone, unless there is some strange collision in your email address.
OK, I checked 2 different machines with different Rubies. It seems to be depent on the server/IP, maybe this specific IP is blocked by Google Analytics. Thank you
Hello,
today I checked, if our GA script is still running, turns out, it is not
I double-checked the credentials via copy&paste, they are correct. I tryed garb 0.9.0 and 0.9.1.
Thank you for your time!