Service for returning text content from a script.
You can serve up text in various forms. For example, publish this script as a web app.
function doGet() { return ContentService.createTextOutput("Hello World"); }
Service for returning text content from a script.
You can serve up text in various forms. For example, publish this script as a web app.