brandonmp / gatsby-source-google-sheets

A GatsbyJS plugin that pulls nodes from rows in a Google Sheet.
90 stars 32 forks source link

Upgrade to new Google API version before January 26, 2021 #39

Open ehannes opened 4 years ago

ehannes commented 4 years ago

Google is phasing out their old v3 api which this plugin depends on via the google-spreadsheet plugin. I recently got an email from Google saying

On January 26, 2021, the Sheets v3 API will be completely shut down.

So this is quite urgent. Will the dependency on the google-spreadsheet plugin be updated soon?