Skip to content

Instantly share code, notes, and snippets.

@PORTOREAL470
PORTOREAL470 / README.md
Created September 18, 2020 12:25 — forked from richardblondet/README.md
Create a restful API with Google App Script CRUD 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.