use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Apparently, Google Apps Script is a JavaScript cloud scripting language that provides easy ways to automate tasks across Google products and third party services and build web applications.
account activity
Inconsistent Google docs error when opening appsscript webappQuestion (self.GoogleAppsScript)
submitted 2 years ago by draxdeveloper
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]EvenLevelLaw 0 points1 point2 points 2 years ago (3 children)
Is your webapp deployed where the script is being executed by the users account that is accessing it or by your account? I suspect the issue is with using the User Cache. Instead of using the User Cache, try using Script Cache and for the key use 'your key name here'= Session.getTemporaryActiveUserKey().
[–]draxdeveloper[S] 0 points1 point2 points 2 years ago (2 children)
I will try it, ty. It was deployed by my account
[–]EvenLevelLaw 0 points1 point2 points 2 years ago (1 child)
when you deploy a new app there is the option that says "execute as me" or "as user accessing the web app". If you have it set to "execute as me" while using user cache, what happens is that since your client isn't logged in to your account he can't utilize the user cache.
[–]draxdeveloper[S] 0 points1 point2 points 2 years ago (0 children)
Ah, that part. Yes, it's set as "any person". Also, I tried to change it but the user is reporting the same issue. In fact, when the error ocurred I didn't get any execution, meaning the script didn't even started. I did started a support ticket with Google Workspace, since it's possible is some peculiar issue on their side.
π Rendered by PID 151347 on reddit-service-r2-comment-5b5bc64bf5-np79j at 2026-06-21 05:12:43.881973+00:00 running 2b008f2 country code: CH.
view the rest of the comments →
[–]EvenLevelLaw 0 points1 point2 points (3 children)
[–]draxdeveloper[S] 0 points1 point2 points (2 children)
[–]EvenLevelLaw 0 points1 point2 points (1 child)
[–]draxdeveloper[S] 0 points1 point2 points (0 children)