This is a Google Script project that implements a simple backend on top of a Google Spreadsheet.
It provides the functions needed to handle a CRUD system using Sheets as tables of a single database.
This project is published as an Apps Script library, so you can follow these steps to add it
- Create a new Google Script project
- Go to Libraries menu in "Resources > Libraries..."
- Enter the Script ID
1Bw9l0LWrUfg7DPkhvxNtsudVpJiIwr_YeCkvnieTr14IAvAPUNKb1QDi
- Select the latest version (currently ' 30 v0.3 ') and click the "Save" button
- Create a new script file with the following line:
eval(gscript.LOAD(PropertiesService.getScriptProperties().getProperties()));
Follow this guide to deploy the project as API Executable and call it using Google API Service.
Make sure anyone has access and the API execute as yourself, the project owner.