On Wed, Mar 21, 2012 at 2:23 AM, Oleksandr Andriichenko
<oleksandr.andriiche...@gmail.com> wrote:
> I have a problem with google account OAuth 2 tokens.
> We need token for access account information (numeric id, email, user
> name)
> After request getAuthToken(account, SCOPE, options, mContext,
> getAuthTokenCallback, null) in AccountManager, token is not available
> for access to account information.
> Response of HTTP request https://www.googleapis.com/plus/v1/people/me
> (header "Authorization: OAuth
> ya29.AHES6ZSuMvL3FoxqXfevYevWyEmTPOE1HXW7_Tj6l3UAN-2J7kTs0-I")
> {
>  "error": {
>  "errors": [
>   {
>    "domain": "usageLimits",
>    "reason": "dailyLimitExceededUnreg",
>    "message": "Daily Limit Exceeded. Please sign up",
>    "extendedHelp": "https://code.google.com/apis/console";
>   }
>  ],
>  "code": 403,
>  "message": "Daily Limit Exceeded. Please sign up"
>  }
> }

Read the message :) You are hitting some limit,
so you either have to wait a day or signup and pay
for extra access.

This has nothing to do with Android, read the docs, etc.
of the Google APIs you are using and post to relevant
forums.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to