butlerx / gatsby-source-google-spreadsheets

A source plugin for Gatsby that allows reading data from Google Sheets.
MIT License
39 stars 10 forks source link

Upgrade google spreadsheet dependency #4

Closed pjly458 closed 4 years ago

pjly458 commented 4 years ago

Is your feature request related to a problem? Please describe. Error on building my site: WARNING! You must upgrade to the latest version of google-spreadsheet! Google's deprecation date for the v3 sheets API is March 3rd 2020 Bad news - this version of this module will stop working on that date :( Good news - the new version of the module uses the newer v4 api :) However, there are breaking changes, so please see the docs site

Describe the solution you'd like Please could you update the version of google-spreadsheet in this module

butlerx commented 4 years ago

Originally they were going to shut it down on March 3rd 2020, but have pushed that date back to September 30th.

so got a bit of time but will need to update

butlerx commented 4 years ago

This will break unauthenticated support so will need to be a major change.

butlerx commented 4 years ago

closed in v3.0.0. this Will cause a change to id if you where using them and you are now required to use a service account or api key for auth