How to get data from Google Sheets API with Node.js?

0

I've got a task to get data from Google Sheets API. The script that's gonna use this data will be deployed on AWS Lambda function. It will be triggered every week.

We use an organization email. I've created service account on google sheets, everything should be fine but it's not. I can't share google table with my service account because of organization email.

Is it possible to get permission to google table without sharing permission to service account of Google Sheets API?

Valerii Druzhynin

Posted 2019-08-07T16:43:56.513

Reputation: 1

No answers