Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
262 views
in Technique[技术] by (71.8m points)

google apps script - Service invoked too many times for one day: email

I am trying the Code to send an email on every form submission using Google Apps Script.

Could you please see the code and let me know how to fix the below error

Google Script: Service invoked too many times for one day: email. (line 39, file "Code")

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

There is nothing you can do when you hit quota limits except for reducing the number of calls to the service you are using.

Google provides info solely on an informational basis and does not provide guarantees that they will stay the same, so please always consult the documentation beforehand.

Depending on your type of GSuite account edition you will be able to invoke more or less of the Google Apps Script services.

When you hit the limits you will get an error depending on the service you are using. You could have errors for too many daily invocations, exceeding rate-limit or service using too much computer time for one day...

I hope this can help you understand better your issue if it presents to you again in the future or something related to it.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...