Willie Sims
Posts: 0
Joined: Wed Jul 10, 2013 4:37 pm

Max are you guys registered with google api?

Code: Select all

 
 I keep getting an  
"status":"403 Forbidden", "url":"[url=https://www.googleapis.com/fusiontables/v1/tables/1UIqHwhjQ3Vbi4trY-lnUZLXou7U9afGd8q11p4k]https://www.googleapis.com/fusiontabl...[/url]", "response":{ "error":{ "errors":[ { "domain":"usageLimits", "reason":"dailyLimitExceededUnreg", "message":"Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup.", "extendedHelp":"[url=https://code.google.com/apis/console]https://code.google.com/apis/console[/url]" } ], "code":403, "message":"Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup." } }
[code] I have my own api key but it does me no good because of all the other traffic using the api calls from your IP address
By the way,
Been working on fusion tables maplayers api, I was able to get it to work in the testbed, just need to figure out how to do so on the device
Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Max are you guys registered with google api?

Hello Willie!

Could you please specify your question?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Max are you guys registered with google api?

Which API are you invoking that you get this error?

Willie Sims
Posts: 0
Joined: Wed Jul 10, 2013 4:37 pm

Max are you guys registered with google api?

Sorry about that I thought I replied but guess it didnt go through, I am using Google Fusion Tables API,

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Max are you guys registered with google api?

Can you include the exact API request?

Willie Sims
Posts: 0
Joined: Wed Jul 10, 2013 4:37 pm

Max are you guys registered with google api?

GOT IT!!!!!!!!

Ok, So here is the deal, it will throw that code if the API key is wrong, for anyone looking to use the rest service with google api here is the code to enter

There are options to use the Oath, but I am still muddling my way through that,
code
https://www.googleapis.com/fusiontables/v1/query?sql=SELECT%20*%20FROM%20The_Table_ID&key=Your_API_Key/code

Make sure to use the &key not just key, It gets confusing looking at the api docs.
The REST service will not add in the %20*% spaces and therefor throws an error,

https://developers.google.com/fusiont...

Return to “Issues”