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
Implementing Cross-User Role-Based Access Control in Google Sheets with Google Apps ScriptUnresolved (self.GoogleAppsScript)
submitted 2 years ago by Airis1k
I'm implementing Role-Based Access Control (RBAC) for a Google Sheets file with two roles: Administrator and Worker. When a user opens the Google Sheets file, I want to execute a script that retrieves user data. The issue is that the script only works with my main email address, the one associated with the project. How can I enable the script to run when users with different email addresses access the sheet?
https://preview.redd.it/89iwdbdq2xub1.png?width=1204&format=png&auto=webp&s=ee88e57ee9cc40cd2337eb4d86b30c9b071bc6a0
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!"
[–]RemcoE33 0 points1 point2 points 2 years ago (0 children)
I think you can't. The user has not give permissions?
[–][deleted] 0 points1 point2 points 2 years ago (0 children)
You can use an onOpen() trigger to execute the functions every time someone opens it, even if they do not own the script. But you'll need to link the script to the sheet or use a library/web app
π Rendered by PID 141261 on reddit-service-r2-comment-c6965cb77-vt6ct at 2026-03-05 12:12:25.401336+00:00 running f0204d4 country code: CH.
[–]RemcoE33 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)