Skip to content

Instantly share code, notes, and snippets.

@alexismp
Last active June 11, 2019 13:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexismp/def58b7c06dcf6692d7b773d2297ffe7 to your computer and use it in GitHub Desktop.
Save alexismp/def58b7c06dcf6692d7b773d2297ffe7 to your computer and use it in GitHub Desktop.
csv2sheet auth
const auth = await google.auth.getClient({
scopes: [
"https://www.googleapis.com/auth/spreadsheets",
"https://www.googleapis.com/auth/devstorage.read_only"
]
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment