Capaharnaum / gmail-delay-send

Automatically exported from code.google.com/p/gmail-delay-send
0 stars 0 forks source link

giving error notifications all the time #184

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
it is giving the following error all the time

-- Error:Error: Gmail Delay Send failed to connect to one of the Google 
Services. This is OK if it happens infrequently, the script will run again in a 
few minutes. See here to avoid receiving these notifications: 
https://code.google.com/p/gmail-delay-send/wiki/GmailDelaySendOptions_8#Error_No
tifications. Function being called: function () { return 
GmailApp.getUserLabels(); } .Error message: Exception: Service invoked too many 
times for one day: gmail. --Stack: at Services (GmailDelaySendWeb):209 
(executeCommand) at Services (GmailDelaySendWeb):27 (cachedExecute) at Services 
(GmailDelaySendWeb):114 (serviceGetUserLabels) at Utils (GmailDelaySendWeb):216 
(userHasLabel) at Utils (GmailDelaySendWeb):148 (createLabels) at Main 
(GmailDelaySendWeb):16 (main)

Original issue reported on code.google.com by saurabhx...@gmail.com on 22 Dec 2014 at 6:56

GoogleCodeExporter commented 8 years ago
Hello,

From the error message it appears that Google is informing us that "Service 
invoked too many times for one day: gmail."

Do you have any other Google Apps scripts that are accessing Gmail?

Or you might try to reduce the trigger time for a while. Google limits the 
number of service calls in a 24 window. For some reason you have run into this 
limit for the next 24 hours.

Original comment by blairk...@gmail.com on 22 Dec 2014 at 2:03

GoogleCodeExporter commented 8 years ago
Please re-open if still encountering this issue.

Original comment by blairk...@gmail.com on 4 Jan 2015 at 1:41