i'm running apps script changes rows in google sheet through url access, deployed web app. macrourl/?sheet=sheetname&key=keyname&value=valuename .
this works need i'm unsure on quotas imposed on it. i'm doing using doget , dopost functions in script grab/push rows sheet, foresee myself possibly accessing upwards of 50k times per day. i'm unsure how test max number of requests can make , google's quota page rather confusing.
--henry
if using spreadsheetapp there no quotas need worry, may exceed total daily script execution time. see here more details: https://developers.google.com/apps-script/guides/services/quotas#current_quotas
urlfetch quotas not apply unless making call spreadsheets api v3/v4 directly without spreadsheetapp.
Comments
Post a Comment