brandonmp / gatsby-source-google-sheets

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

Will Google Sheets API v4 break this plugin? #33

Open mckeever02 opened 4 years ago

mckeever02 commented 4 years ago

v3 of Google Sheets API will be deprecated in March, and features that this plugin are reliant on may be getting discontinued.

Do we know if this plugin will still function when this happens? Or will a major overhaul be required?

Note: See this twitter thread.

coreyward commented 4 years ago

It shouldn't, no. This plugin is using a Service Account for authenticated access a sheet, not a public JSON endpoint.