Google App Scripts Error Notification on Non-Existent Script

微笑、不失礼 提交于 2019-12-06 10:19:01
Hayden

I found this worked after getting script errors caused by 'Gmail Meter' which is an app I installed from the Chrome Web Store.

Go to script.google.com . If you were like me and have never been here before click the blue "Start Scripting" button.

Go to "Edit" menu -> "All your triggers".

A dialogue should pop up prompting you to save the current script. Rename to Temp and Click Ok.

Try to find the trigger that's sending the email and delete it. Or if you are like me, just delete whatever is there (which was only one line) by clicking the small gray 'x' at the start of the line.

Now it should state "No triggers set up. Click here to add one now."

Hope this helped.

Cameron Roberts

This is interesting, it sounds like the Trigger is still running despite the script being removed.

Try creating an empty script, then select "All your triggers" from the "Edit" menu. You will be prompted to give your empty script a name, so call it "temp" or something along those lines.

Once the "All your triggers" window opens, hopefully you will see the trigger that's generating the error and be able to delete it by clicking the X.

Once finished you can delete your temp script.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!