There have been some exceptions to this, but generally speaking, I believe this 
error is supposed to occur when you have not yet enabled the API via the API 
Console. I am assuming that you have at least registered your project with the 
Console since you are getting the "accessNotConfigured" message rather than 
"bad request." And you've no doubt replaced API_KEY in your url with the 
appropriate project key. But did you flip the little switch in the console to 
activate the Plus API?

Jeremy R. Geerdes
Generally Cool Guy
Des Moines, IA

For more information or a project quote:
jrgeer...@gmail.com

If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Church!

On Dec 29, 2011, at 9:19 AM, Neal wrote:

> I am trying to do:
> 
> https://www.googleapis.com/plus/v1/people/116004737922927360371?key=API_KEY
> 
> But it keeps giving me:
> 
>    // API callback
>    jQuery1704282662065234035_1325171836436({
>     "error": {
>      "errors": [
>       {
>        "domain": "usageLimits",
>        "reason": "accessNotConfigured",
>        "message": "Access Not Configured"
>       }
>      ],
>      "code": 403,
>      "message": "Access Not Configured"
>     }
>    }
>    );
> 
> -- 
> You received this message because you are subscribed to the Google
> Groups "Google AJAX APIs" group.
> To post to this group, send email to
> google-ajax-search-api@googlegroups.com
> To unsubscribe from this group, send email to
> google-ajax-search-api+unsubscr...@googlegroups.com
> To view this message on the web, visit
> http://groups.google.com/group/google-ajax-search-api?hl=en_US
> For more options, visit this group at
> http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Google AJAX APIs" group.
To post to this group, send email to
google-ajax-search-api@googlegroups.com
To unsubscribe from this group, send email to
google-ajax-search-api+unsubscr...@googlegroups.com
To view this message on the web, visit
http://groups.google.com/group/google-ajax-search-api?hl=en_US
For more options, visit this group at
http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en

Reply via email to