gatsby-source-google-sheets
gatsby-source-google-sheets copied to clipboard
A GatsbyJS plugin that pulls nodes from rows in a Google Sheet.
Dear maintainer, I faced in this issue after installing the plugin and followed the instructions as reported in the documentation. ` ERROR #11321 PLUGIN "gatsby-source-google-sheets" threw an error while running...
@brandonmp this is a great plugin, I use it in several projects, so thanks for building it :smiley: But it looks like it's not maintained anymore? Do you have any...
The "boundActionCreators" API is deprecated and replaced with "action" as mentioned here: https://github.com/gatsbyjs/gatsby/issues/6825. To avoid "breaking changes" for those still using GatsbyJS v1, I have not removed the boundActionCreators in...
Version 2.0.3 is very old by now, and this should also resolve warnings in #25. Testing is obviously needed. Thanks for this plugin!
Hello, thank you for this awesome plugin. I was wondering what happens when it meets formatted text in a spreadsheet cell. As far as I could test, it just ignores...
Google is [phasing out their old v3 api](https://cloud.google.com/blog/products/g-suite/migrate-your-apps-use-latest-sheets-api) which this plugin depends on via the [google-spreadsheet plugin](https://www.npmjs.com/package/google-spreadsheet). I recently got an email from Google saying > On January 26, 2021,...
ERROR #11321 PLUGIN "gatsby-source-google-sheets" threw an error while running the sourceNodes lifecycle: value must be an array of bytes 43 | rows.forEach(function (r) { 44 | createNode(Object.assign(r, { > 45...
Hi, big fan of this plugin and have been using it on my site for several months now. I was wondering - I'm looking to add a new sheet which...
Hello, I am trying to receive data from a list of shops. The column "name" contains the names of all shops. I have a name that is called 128 and...