I'm running an script that changes rows in a Google Sheet through URL access, deployed as a Web App, omething like macroUrl/?sheet=SheetName&key=KeyName&value=ValueName
.
This works perfectly for what I need it but I'm unsure on the quotas imposed on it.
Really all I'm doing is using the doGet
and doPost
functions in the script to grab/push rows to the sheet, however I foresee myself possibly accessing it upwards of 50k times per day. I'm unsure how to test for the max number of requests that I can make and google's quota page is rather confusing.