Skip to content

Instantly share code, notes, and snippets.

@WakkyFree
Created March 12, 2021 04:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WakkyFree/1e6f71c6fd642b96e8b979c93ed1a9ab to your computer and use it in GitHub Desktop.
Save WakkyFree/1e6f71c6fd642b96e8b979c93ed1a9ab to your computer and use it in GitHub Desktop.
function doGet() {
const htmlOutput = HtmlService.createTemplateFromFile('reload_test').evaluate();
return htmlOutput;
}
function getScriptUrl() {
var url = ScriptApp.getService().getUrl();
return url;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment