Which Google APIs to use? -


i want following things in ios app:

  • let user create new google spreadsheet, or choose list of existing google spreadsheets
  • let app read data google spreadsheet
  • let user edit google spreadsheet, either embedding spreadsheet, or switching on safari or google app.

there lot of google apis out there…which should @ accomplish above 3 tasks?

thanks!

you need drive api create sheets: https://developers.google.com/drive/

you need sheets api work them (editing file): https://developers.google.com/google-apps/spreadsheets/?hl=en

you can find information on how authenticate google requests (oauth2) in linked pages. drive api built google play services library you'll need sheets api separately.


Comments

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -