Skip to content

Instantly share code, notes, and snippets.

View viergiawan96's full-sized avatar

Satrio yudho viergiawan96

View GitHub Profile
@viergiawan96
viergiawan96 / README.md
Created December 30, 2021 03:53 — forked from richardblondet/README.md
Create a simple API backend with Google App Script and a Spreadsheet

Google App Script CRUD

Inspired by this gist.

Getting Started

  1. Create a new App Script project.
  2. Paste the content of the file google-app-script-crud.gs in the default Code.gs file.
  3. Create a new Spreadsheet.
  4. Copy the Spreadsheet ID found in the URL into the variable SHEET_ID located in line 1 of your file.