问题描述
这是我在Google表单中使用的简单应用脚本:
This is my simple app script I am using in google forms:
function onFormSubmit(event)
{
var x = MailApp.getRemainingDailyQuota();
}
我刚刚注册了G套件的免费试用版.在此链接上,提到G Suite用户每天收到1500封电子邮件.
I just signed up for a free trial for G suite.On this link it is mentioned that G Suite users get 1500 emails per day.
https://developers.google.com/apps-script/guides /services/quotas
但是当我在调试模式下运行上述脚本并检查x的值时,将其获取为100(这是普通帐户的限制)
But when I run the above script in debug mode and check the value of x get it as 100(Which is the limit for normal account)
试用用户是否有此限制?还是将Google表单与G Suite帐户关联起来还需要做别的事情吗?我已经使用Google云端硬盘中的该G Suite帐户创建了表单.
Is it that trial users have this limit? Or is it something else I have to do to associate the google forms with the G Suite account?I have created the form with this G suite account from google drive.
推荐答案
简短答案
是的,G Suite试用帐户具有较低的限额
Short answer
Yes, G Suite trial accounts have lower limits
如果您想尽快增加限额,可以终止免费 试用并立即付款.有关说明,请参见手册 付款.您升级后最多可能需要48个小时才能升级限制 提交付款.
If you want to increase your limits sooner, you can end your free trial and pay the amount now. For instructions, see Make a manual payment. It can take up to 48 hours to upgrade the limits after you submit the payment.
重要:在试用期间,您的发送 限制不会增加.
Important: While you're still in your trial period, your sending limits will not be increased.
这篇关于G套件用户的应用程序脚本的电子邮件配额的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!