How to stop receiving email failures for Google Ap

2020-08-01 07:30发布

I am not tech savy here but I would appreciate a simple straight english language to tell me what I can do to stop receiving those emails that I get everyday.

Can anyone point me to the right direction with or without tutorial?

Many thanks

3条回答
ら.Afraid
2楼-- · 2020-08-01 07:47

Are you receiving the email from 'apps-scripts-notifications@google.com' and is the format like this?

Your script, "Script Name Here", has recently failed to finish successfully. A summary of the failure(s) is shown below. To configure the triggers for this script, or change your setting for receiving future failure notifications, click here.

The script is used by the document 'Document Name Here".

You can click on the notifications link in the email given by 'click here' and change/delete the trigger error notification.

For detailed documentation visit the link here.

查看更多
可以哭但决不认输i
3楼-- · 2020-08-01 07:48

I have been having this issue for ages and I think I just found out how to stop it. Basically the removal of the "Email Scheduler for GMail" script does not remove the trigger when the uninstall happens so we have to do it manually.

  1. Go to script.google.com while logged into the account receiving the failure notifications.
  2. Click "New script" on the upper left side
  3. Go to "Edit" -> "All your triggers"
  4. Click Okay with the generic name, it doesn't matter
  5. Click the "X" next to the time based trigger for "Email Scheduler for GMail"

solution from https://ctrlq.org/docs/20474-summary-failures-google-apps-script

查看更多
来,给爷笑一个
4楼-- · 2020-08-01 07:56

actually, I have the same error. I had in the past but I'm not sure how I solved it. so searching again for an answer. Error: Authorization is required to perform that action. when I click here is the 403 error.

Blockquote our script, Monthly stats for Gmail, has recently failed to finish successfully. A summary of the failure(s) is shown below. To configure the triggers for this script, or change your setting for receiving future failure notifications, click here.

It happened after I changed the password, but I can't find this script anywhere in my settings so I can't change it. kinda strange.

查看更多
登录 后发表回答