Just finished writing my app with google app script. embeded it on https://sites.google.com/site/1000eventz/home but when someone else clicks the click to authorise, sends an email but doesnt load, what could be the problem?
My settings>> Execute the app as : User accessing the app, Execute the app as:Anyone
Just finished writing my app with google app script. embeded it on https://sites.google.com/site/1000eventz/home but
Share
I just tested a copy of your script and I have an authorization screen like this :
which is normal… and then the app seems to work normally as well. (my authorization is in french because I tested it on a french account 😉
You could test the copy on this link , the app seems a bit strange in its presentation but I didn’t want to debug it … at least it works…
EDIT : I just tested on your site and it works if I right click the ‘authorize’ and ‘open in a new tab’, otherwise it doesn’t indeed ! it seems that the browser fails to open another window. (tested on chrome & safari).
But the workaround you’ve set up on your page works well (the click here to authorize link) so I guess the problem can be considered as partially solved 😉
I also saw your other posts and it seems that you still have quite a few issues to solve or to work around… I wish you good luck with that 😉
note : the button validation was a good idea, you should try to get it to work using Sriks answer on the other post (suppress setformat).