Google app script timeout ~ 5 minutes?

后端 未结 9 2164
粉色の甜心
粉色の甜心 2020-11-22 08:31

My google app script is iterating through the user\'s google drive files and copying and sometimes moving files to other folders. The script is always stopped after 5 minute

9条回答
  •  庸人自扰
    2020-11-22 09:01

    If you're a business customer, you can now sign up for Early Access to App Maker, which includes Flexible Quotas.

    Under the flexible quota system, such hard quota limits are removed. Scripts do not stop when they reach a quota limit. Rather, they are delayed until quota becomes available, at which point the script execution resumes. Once quotas begin being used, they are refilled at a regular rate. For reasonable usage, script delays are rare.

提交回复
热议问题