I'm using the Ruby gem Garb to pull some view counts from Google Analytics. I can authenticate with no problem using my username/password. When I attempt to pull data, however, I get the response:
<?xml version=\"1.0\" encoding=\"UTF-8\"?>
<errors xmlns=\"http://schemas.google.com/g/2005\">
<error>
<domain>usageLimits</domain>
<code>userRateLimitExceededUnreg</code>
<internalReason>User Rate Limit Exceeded. Please sign up</internalReason><extendedHelp>https://code.google.com/apis/console</extendedHelp>
</error>
</errors>
I've already signed up at https://code.google.com/apis/console/. There it shows that I have 50K courtesy requests per day. Problem is, even when I don't make one request in 24 hours and then attempt to make one, I'm getting the error. Any idea how to proceed? Thanks.