Skip to content

Instantly share code, notes, and snippets.

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,