web applications - Google Apps script web app automatically linked to latest code? -
i created google apps script, i've deployed publish > deploy web app
, i'm running script.google.com/macros/s/#####/exec?run=ok
.
each time small modification in code, need redo publish > deploy web app
, change project version
new
.
this annoying because each small modification, need redo this.
is there way make calling script script.google.com/macros/s/#####/exec?run=ok
automatically links latest version of code?
yes, can test app latest code putting '/dev' in url instead of '/exec' https://developers.google.com/apps-script/guides/web
click on 'test web app latest code' grab link
Comments
Post a Comment