Reputation: 1345
I would like to be able to access my google apps spreadsheet data from Android App-Inventor app without publishing to all. How do I set up authentication?
Upvotes: 0
Views: 2477
Reputation: 18712
Here is a parsing tutorial I wrote a years ago:
https://imagnity.com/tutorials/app-inventor/web-component-json-response-on-app-inventor/
Upvotes: 1
Reputation: 6293
in case you are still looking for an answer, see here for an example with Google Spreadsheets http://puravidaapps.com/taifunGS.php and examples with authentication http://puravidaapps.com/snippets.php#taifunOA Taifun
Upvotes: -1
Reputation: 180
App Inventor does not support authenticating directly into Google spreadsheets. You can use App Inventor's fusion tables to get a spreadsheet that supports authentication.
Import your spreadsheet data into a Fusion Table that authenticates with the same Google id that your App Inventor app uses.
Upvotes: 1