bassarisse / google-spreadsheet-to-json

Simple tool to export Google Spreadsheets to JSON files, though Node API or CLI
The Unlicense
134 stars 33 forks source link

Access Google #18

Closed uliaaan closed 6 years ago

uliaaan commented 6 years ago

I have got private spreadsheets. Google give me access token for 3600 sec. What's wrong? I need token long-live token

bassarisse commented 6 years ago

For that you can use a Service Account credential, as mentioned in the Readme.

For a step-by-step process on how to use this auth method, check the Readme of the lib we use here: https://github.com/theoephraim/node-google-spreadsheet#service-account-recommended-method