Skip to content

Instantly share code, notes, and snippets.

@mstraughan86
Last active November 3, 2017 07:59
Show Gist options
  • Save mstraughan86/0665be9ef1c0841760394d051259ff76 to your computer and use it in GitHub Desktop.
Save mstraughan86/0665be9ef1c0841760394d051259ff76 to your computer and use it in GitHub Desktop.
How to make Google API calls from inside Node.js

How to make Google API calls from inside Node.js: https://developers.google.com/sheets/api/quickstart/nodejs

Step 1: a: https://console.developers.google.com/flows/enableapi?apiid=tagmanager.googleapis.com b: https://console.developers.google.com/apis/credentials/consent Email address, then Product name shown to users, then Save. c: https://console.developers.google.com/apis/credentials Select OAuth client ID, then Other, then Name, then Create. d: Download JSON, rename to client_secret.json

Step 2: ... WIP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment