在哪里可以查看 Google Apps 脚本配额使用情况?
Where can I view Google Apps Script quota usage?
我们大量使用 Google Apps 脚本,今天我看到了这个错误:
UrlFetch failed because too much upload bandwidth was used in Code (gci standalone script):219
我找到了很多指向 Google Apps Engine 配额以及如何检查 Apps Engine 配额使用情况的链接。但是,Apps Engine 配额在 Google 云开发人员控制台中全部显示为 0。这并不奇怪,因为我们不使用 Apps Engine,但我无法找到 Google Apps 脚本的类似细分。
有吗?
另一方面,这个问题:
有答案:
urlFetch quotas do not apply unless you are making the call to the spreadsheets api v3 directly without spreadsheetApp.
我们使用 UrlFetch 来检索 CouchDB 数据。我想监控我们使用的这项服务的配额量。有办法吗?
您可以调用发送电子邮件配额的配额,但不要认为您可以为 urlfetch 调用配额。
我们大量使用 Google Apps 脚本,今天我看到了这个错误:
UrlFetch failed because too much upload bandwidth was used in Code (gci standalone script):219
我找到了很多指向 Google Apps Engine 配额以及如何检查 Apps Engine 配额使用情况的链接。但是,Apps Engine 配额在 Google 云开发人员控制台中全部显示为 0。这并不奇怪,因为我们不使用 Apps Engine,但我无法找到 Google Apps 脚本的类似细分。
有吗?
另一方面,这个问题:
有答案:
urlFetch quotas do not apply unless you are making the call to the spreadsheets api v3 directly without spreadsheetApp.
我们使用 UrlFetch 来检索 CouchDB 数据。我想监控我们使用的这项服务的配额量。有办法吗?
您可以调用发送电子邮件配额的配额,但不要认为您可以为 urlfetch 调用配额。