Yes I did flip the switch and the Plus API *is* enabled, but it still does not work....
On Fri, Dec 30, 2011 at 9:30 AM, <[email protected]>wrote: > Today's Topic Summary > > Group: http://groups.google.com/group/google-ajax-search-api/topics > > - Search API - Access Not Configured <#1348f613cfeab40d_group_thread_0>[1 > Update] > - "Access Not Configured" When using javascript > API.<#1348f613cfeab40d_group_thread_1>[2 Updates] > > Search API - Access Not > Configured<http://groups.google.com/group/google-ajax-search-api/t/5626c339efb5ddde> > > MARK <[email protected]> Dec 29 02:15PM -0800 > > hi > > All the search API queries return the error message below, i paid for > it (using the billing interface) as i heard you had todo this yet i > still get the error; > > { > "error": { > "errors": [ > { > "domain": "usageLimits", > "reason": "accessNotConfigured", > "message": "Access Not Configured" > } > ], > "code": 403, > "message": "Access Not Configured" > } > } > > > > "Access Not Configured" When using javascript > API.<http://groups.google.com/group/google-ajax-search-api/t/1ee2a15dfb283107> > > Neal <[email protected]> Dec 29 07:19AM -0800 > > 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" > } > } > ); > > > > > Jeremy Geerdes <[email protected]> Dec 29 10:58AM -0600 > > 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: > [email protected] > > 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: > > > > > You received this message because you are subscribed to the Google Group > google-ajax-search-api. > You can post via email <[email protected]>. > To unsubscribe from this group, > send<[email protected]>an empty message. > For more options, > visit<http://groups.google.com/group/google-ajax-search-api/topics>this group. > > -- > You received this message because you are subscribed to the Google > Groups "Google AJAX APIs" group. > To post to this group, send email to > [email protected] > To unsubscribe from this group, send email to > [email protected] > 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 [email protected] To unsubscribe from this group, send email to [email protected] 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
