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

Google Sheet API version #29

Open deepfriedbrain opened 4 years ago

deepfriedbrain commented 4 years ago

Does this project use Google Sheets API v3 or v4?

Recently I got an email from Google with subject "Google Sheets v3 API is being shutdown on March 3, 2020".

dbcm commented 4 years ago

Hi gang, any news about this?

korrio commented 4 years ago

I fix this issue on the fork: https://github.com/sourcetag/google-spreadsheet-to-json.git

rubenstolk commented 4 years ago

@korrio send a PR?

rubenstolk commented 4 years ago

@bassarisse publish the v4 compatible version?

deepfriedbrain commented 4 years ago

@korrio I've tried your fork but it doesn't work. I see that there are quite a few changes in the google-spreadsheet API that you've not incorporated.

ARXChrono commented 1 year ago

Google's deprecation date for the v3 sheets API is March 3rd 2020, is anyone currently working on the V4 Implementation?