This is my simple app script I am using in google forms:
function onFormSubmit(event)
{
var x = MailApp.getRemainingDailyQuota();
}
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
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)
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.