Frage

I don't know what else I could do to get the data via a browser get-request from my google fusiontable.

The fusiontable is public and downloadable and the Google Fusion Tables App is authorized. When I call this:

https://www.googleapis.com/fusiontables/v1/query?sql=SELECT * FROM MY_FUSIONTABLE_ID&key=MY_KEY

I get this response:

{
 "error": {
  "errors": [
   {
    "domain": "usageLimits",
    "reason": "accessNotConfigured",
    "message": "Access Not Configured. Please use Google Developers Console to activate the API for your project."
   }
  ],
  "code": 403,
  "message": "Access Not Configured. Please use Google Developers Console to activate the API for your project."
 }
}

Why does this happen? I created a Project in the Google Developer Console and created a Server Key and a Browser Key each - they are both not working. Which one do I have to use? I already acticated all! Apis for my project, since I thougth, I didn't activate the right one. Still not working.

When I read "usageLimits" I thought, maybe my table has too many rows. But neither LIMIT 10 in the Query works nor delete all rows but 3 in the fusiontable.

Any ideas, why it still says "accessNotConfigured"? Is there a way to connect my fusiontable to my project in the developer console?

Thanks for every hint! Greetings, Jan

War es hilfreich?

Lösung

This message is only related to the project, not to the particular table(I'm able to request your table with my key).

As the message says, the Fusion Tables API -service is not activated for this project.

So check(again):

  1. If the used key is the key generated for this project(you may have multiple projects)
  2. If the Fusion Tables API -service is activated for this particular project
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top