Google app script timeout ~ 5 minutes?

后端 未结 9 2163
粉色の甜心
粉色の甜心 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 08:49

    If you are using G Suite as a Business, Enterprise or EDU customer the execution time for running scripts is set to:

    30 min / execution

    See: https://developers.google.com/apps-script/guides/services/quotas

提交回复
热议问题