Skip to content

Instantly share code, notes, and snippets.

View LifeSweetener's full-sized avatar
😜
I get a kick out of this world!)

Life Sweetener LifeSweetener

😜
I get a kick out of this world!)
View GitHub Profile

How to transform Google Sheets to Google Forms

Code samples

Google Sheets

A piece of code shown below demonstrates authorization to Google Account and Google Sheet reading using NodeJS:

  client = await authenticate({       // функция authenticate() есть в официальной библиотеке Cloud APIs
    scopes: SCOPES,
    keyfilePath: CREDENTIALS_PATH,