muneer
March 21, 2022, 7:24pm
18
See this tutorial. It is for saving Canvas image to GDrive but will give you insight of how to use doGet/doPost to pass parameters from Thunkable to GAS.
For this tutorial you will need to code a short script in Google Apps Script which you can access it from within Google Drive.
You will need to use Web API component to talk to the script you created in Google Apps Script and pass the parameters using the Query Parameter section the the Body section. The Base64 image cannot fit into the Query Parameter section and therefore will will need to pass it using the Body section of the Web API.
The Thunkable project is very simple and is used to demo…