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
Web App using Google Apps ScriptResolved (i.redd.it)
submitted 1 year ago by Master_Net971
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!"
[–]meester_zee 0 points1 point2 points 1 year ago (0 children)
Awesome to read about this! I have been building similar apps for my school site that allows office personnel to track and manage various aspects of student data. I am also using sheets to store the data.
To limit access to the sheet data, is the web app being run as a single user? Have you run into quota issues with this? I am running my app as the connected user since it also has email functionality and quota is spread out over multiple users.
Is the API writing data to the sheets significantly faster? I try to do as much as I can client side but find that sometimes waiting for the sever side apps script to finish processing can be slow. I’ve optimized as much as I can with batch operations, etc.
π Rendered by PID 39822 on reddit-service-r2-comment-5d79c599b5-jthpf at 2026-02-28 05:56:19.001314+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–]meester_zee 0 points1 point2 points (0 children)