Solution for Google Apps Script 'Exception: 1 日にサービス premium gmail を実行した回数が多すぎます。' (Too many executions of premium gmail service per day)

Tadashi Shigeoka ·  Tue, March 29, 2022

I’ll introduce the solution for the Google Apps Script error message Exception: 1 日にサービス premium gmail を実行した回数が多すぎます。 (Too many executions of premium gmail service per day).

Google Apps Script | グーグル アップス スクリプト

Background: Exception: Too many executions of premium gmail service per day

I received an email with the error message Exception: 1 日にサービス premium gmail を実行した回数が多すぎます。 from Google Apps Script, so I investigated the solution.

Solution: Adjust Google Apps Script Execution Intervals

You need to adjust the execution intervals of Google Apps Script to not exceed the 50,000/day limit as stated on the following page:

Quotas for Google Services | Apps Script | Google Developers

Feature: Email read/write (excluding send)

Consumer (e.g., gmail.com) and G Suite free edition (legacy): 20,000 / day

Google Workspace accounts: 50,000 / day

That’s all from the Gemba about solving the Google Apps Script error Exception: 1 日にサービス premium gmail を実行した回数が多すぎます。

Reference Information