For the SensorGate app to work and able to push connected sensor data to your Fusion Table it require 2 things; API KEY and TABLE ID.
First is to get an API key, follow these instructions:
- Go to your Google Developers Console and log in with your Google account if necessary.
- Click Create Project, and give a name to your project.
- On the left-hand menu, under APIs & auth select the APIs item.
- In the list of APIs, scroll down to find the Fusion Tables API and click the toggle button "Enable API" (if it already says "Disable API" and its color is not blue then leave it as is, because API is already enable.)
- On the menu on the left of the screen select the Credentials item under "APIs & auth".
- Click "Add Credential" and select API key > Android key > Create > OK
- Your API key will show up under "Public API Access". You will need this API key for the "API Key" property of the FusiontablesControl component in any app that you make that uses Fusion Tables. (More info on the future post)
- If you are using difference or more than one smartphone as a gateway to push data to the same Fusion Table please feel free to add more API keys, to be used at each phone.
No comments:
Post a Comment