looked at the Google Sheets API documentation here <https://developers.google.com/google-apps/spreadsheets/> and didn't find a guide on requesting access to a non-public sheet.
I have been searching the internet for hours and found a few posts here <http://stackoverflow.com/questions/2924563/access-google-apps-public-spreadsheet-via-javascript> and here <http://stackoverflow.com/questions/4143901/access-google-spreadsheet-or-google-data-api-only-with-javascript> , but they are all from 2011 do not incorporate OAuth2.0(Needed in order to send access request). I have also come across some npm packages; tabletop.js <https://github.com/jsoma/tabletop> -Doesn't account for OAuth 2.0, google-spreadsheet <https://www.npmjs.com/package/google-spreadsheet>-Accounts for OAuth2.0, but I am not sure how to use it. I have set up my application in the developer's console and have the credentials needed. -- You received this message because you are subscribed to the Google Groups "Google Spreadsheets API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
