nprapps / interactive-template

A Node-based template for starting news apps and interactive pages
MIT License
62 stars 20 forks source link

Does the OAuth token work for both sheets and docs? #7

Closed benlk closed 5 years ago

benlk commented 5 years ago

In readme.rst:

Access to Docs requires your machine to have a Google OAuth token, which is largely the same as described in this post.

Earlier in that file:

To configure your project for import, open the project.json file and add your workbook key to the sheets array found there. You'll also need to use the "Publish to Web" menu item in the Sheets UI (under file) to open up API access, or run grunt google-auth to create a local OAuth token.

So my questions are:

thomaswilburn commented 5 years ago

This does need to be communicated more clearly, I think:

benlk commented 5 years ago

Thanks for clearing that up! I'll file a PR soon™ updating that chunk of the docs.