gatsby-source-google-sheets icon indicating copy to clipboard operation
gatsby-source-google-sheets copied to clipboard

A GatsbyJS plugin that pulls nodes from rows in a Google Sheet.

Results 25 gatsby-source-google-sheets issues
Sort by recently updated
recently updated
newest added
trafficstars

I'd like to be able to pull from two worksheets. How can I accomplish this?

If the first column of a sheet is called **id**, the plugin breaks with something like this ``` "gatsby-source-google-sheets" threw an error while running the sourceNodes lifecycle: value must be...

I've completed the configuration and realised it is not specified that how to access the fetched data in docs. Or am I missing something. Can someone please shed some light?...

The content are from the following discussion: brandonmp/gatsby-source-google-sheets#21, brandonmp/gatsby-source-google-sheets#13, brandonmp/gatsby-source-google-sheets#20, and brandonmp/gatsby-source-google-sheets#17. try to address #22

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...

We need to update documentation to make this a bit better on beginners - How to query for data, and what fields are available: #21 #13 - Limitations of the...

good first issue
Docs

I am using google sheet as a **_Data source_** for the data available to my **Gatsby** site. Everything is working pretty well except the email column. I am getting email...

Hey @brandonmp - Picking up a lot of deprecated warnings. I noticed the last commit to master was 10 days ago, but don't think another release has been cut in...

When the spreadsheet has an `id` column, `gatsby develop` emits this error: ``` 15:55 $ gatsby develop success open and validate gatsby-configs - 0.012 s success load plugins - 0.225...

Thanks for this awesome plugin! I use it to get my swarm check-ins from a google sheet. Sometimes the coordinate are negative and it results in the error and consequently...

bug
good first issue