【问题标题】:Is there a daily quota for Google Forms created in Google App Scripts?在 Google App Scripts 中创建的 Google Forms 是否有每日配额?
【发布时间】:2020-03-25 17:20:26
【问题描述】:

我打算编写一个脚本来创建许多 Google 表单,我想知道我是否能够使用消费者帐户运行它。

文档 (https://developers.google.com/apps-script/guides/services/quotas) 指定了“创建的文档”的每日配额。表单是否计入此配额,还是仅引用 Google 文档?否则我可以创建无限的表单吗?

谢谢!

【问题讨论】:

    标签: google-apps-script limit google-forms quota


    【解决方案1】:

    documentation 指定Documents createdPresentations createdSpreadsheets created 的配额。

    如果有任何最大创建表单的配额 - 没有关于此的公开信息。

    即使考虑到创建的表单的最大数量没有配额,您仍然应该小心不要遇到其他配额问题,例如最大脚本执行时间。

    【讨论】:

      猜你喜欢
      • 2012-02-22
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-01-19
      相关资源
      最近更新 更多