Google Apps Script webapp server error -


i'm new google apps scripts trying make simplest script work. want deploy web app it's not tied google app. i've deployed web app here: https://script.google.com/macros/s/akfycbztajd08h_la_0dolv6kc0bq3ba_5hfbojtpq5i0gkuu03t6wbn/exec

however, when go error: "we're sorry, server error occurred. please wait bit , try again." how can fix this? code or project missing something? seem short. project has following main.gs file:

 function doget() {      return htmlservice.createhtmloutput('<b>hello, world!</b>');  } 

nothing shows in logs, , same error when click run or debug (with or without breakpoints).

if attempt wrong approach, simplest script work?

thanks.

i created new apps script, added code, deployed it, , ran without errors. maybe delete file, , try again beginning. it's not code problem. when first learning new code, things happen time. not sure problem is. you'd need document every step took.


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

[C++][SFML 2.2] Strange Performance Issues - Moving Mouse Lowers CPU Usage -

ios - Possible to get UIButton sizeThatFits to work? -