Google Apps Scripts limit: Can I share a file to partner's account to use their limit? -
i have quite big google spreadsheet file lot of apps script functions data api every minute. that's why causes exceeding limits of google (service used computer time, urlfetch called many times, , etc.).
now have 2 questions:
can share sheet partner's account , run own limit? google continue count limit me or not? (ex: function execution time limit 90 min/day/account. if used of that, share file partner's account , continue run me own 90 mins limit. possible? )
if 1. impossible, maybe need make copy of sheet account other account (b). run sheet on 0 12am. , 12am 12pm run file on b. can tell me how disable script function calls, triggers of google account? (so disable b when runs , disbale when b runs)? in advance!
1: google app script quota limit linked google account of person running script , not owner of script or spreadsheet. when friend runs script, quota limit calculated against his/ account.
2: not possible disable trigger can delete trigger using deletetrigger()
, can re create new 1 using scriptapp.newtrigger(functionname)
.
Comments
Post a Comment