Summary of failures for Google Apps Script: Not found

前端 未结 2 1256
南方客
南方客 2020-12-07 04:47

I have been receiving the following email since Sept 1 . Prior to that I had set up Gmail Meter in Google Docs/Drive but deleted the spreadsheet. How can I stop receiving th

相关标签:
2条回答
  • 2020-12-07 05:05

    Here is a solution that helped me:

    Go to script.google.com. Go to "Resource" -> "All your triggers".

    A rename dialogue should pop up prompting you to save this fake script. Click Ok.

    Try to find the trigger that's sending the email and delete it.

    Now all your triggers should appear - even for documents that you've already deleted from Google Docs/Drive.

    Good luck!

    0 讨论(0)
  • 2020-12-07 05:09

    There is probably a trigger that is still in your trigger list, to remove it simply open any script in the script editor and go to /ressources/all your triggers/ and delete it.enter image description here

    0 讨论(0)
提交回复
热议问题