【发布时间】:2020-02-06 09:31:19
【问题描述】:
如document 中所述,Google Apps 脚本的邮件发送配额为 1500。但是,正如Gmail API Document 中提到的,邮件发送配额将与邮件发送限制(2000)相同。如果使用 Gmail API,AppScript 配额限制是否也适用?
【问题讨论】:
标签: google-apps-script gmail gmail-api quota
如document 中所述,Google Apps 脚本的邮件发送配额为 1500。但是,正如Gmail API Document 中提到的,邮件发送配额将与邮件发送限制(2000)相同。如果使用 Gmail API,AppScript 配额限制是否也适用?
【问题讨论】:
标签: google-apps-script gmail gmail-api quota
如果您使用 Google Apps Script 的 GmailApp 服务,则 GSuite 邮件配额为每天 1500 个收件人。但是,如果您使用的是 Gmail API(而不是 GmailApp 服务),则可以使用更高的 Gmail 配额。
【讨论】: