brandonmp / gatsby-source-google-sheets

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

Tutorial link in Step 1 is 404 #15

Closed joshbuchea closed 6 years ago

joshbuchea commented 6 years ago

The tutorial link in Step 1 is broken and results in a 404:

Follow this tutorial: https://www.twilio.com/blog/2017/03/google-spreadsheets-and-javascriptnode-js.html

joshbuchea commented 6 years ago

Potential alternative link: https://developers.google.com/sheets/api/quickstart/nodejs

camel113 commented 6 years ago

This is also a good alternative link https://github.com/theoephraim/node-google-spreadsheet

camel113 commented 6 years ago

@joshbuchea did you figure out how to use the plugin with GraphQL? I am unable to query the columns or cells of my sheets

j-nolan commented 6 years ago

@camel113 do you get any error or warnings? How far did you get?

Maybe your problem is related to #17. No nodes are returned if the sheet has only one row.

camel113 commented 6 years ago

Yes it was the problem

brandonmp commented 6 years ago

closed by #16 , thx @j-nolan