I'm writing an app that needs to record data in a Google Spreadsheet with Swift
.
I'm just really uncertain how to actually get started! I set up the Google sheets API
in the Google API
console and in my cocoapods following the Quickstart provided by google. Google's libraries GoogleAPIClientForREST
and GTMOAuth2
are in my app and are ready to be used.
I basically just need to read and write to an existing spreadsheet but I do not know how to create the spreadsheet and refer to it so I can read and write to it as needed.
Thanks!