【问题标题】:How can I stop a google-apps-script from running on a suspended Google Apps account?如何阻止 google-apps-script 在暂停的 Google Apps 帐户上运行?
【发布时间】:2016-04-12 14:53:53
【问题描述】:

几年前,我设置了一个 Google Apps 脚本,允许我在 Gmail 中“暂停”电子邮件。我最近关闭了该 Google Apps 帐户。我现在只是将该域的所有电子邮件转发到我拥有的另一个帐户。我忘记在关闭我的 Google Apps 帐户之前停止 Google Apps 脚本。我现在收到应用脚本通知电子邮件,告诉我我的 Google Apps 脚本最近未能成功完成。但是,我看不到阻止此脚本运行的方法。

【问题讨论】:

    标签: google-apps-script


    【解决方案1】:

    要阻止Apps Script 访问您的数据,您需要撤消它的访问权限。

    以下是如何做到这一点的步骤:

    1. 访问您的 Google 帐户的 permissions 页面。 (以后要导航到此页面,请访问 Google.com,然后点击屏幕右上角的帐户图片。接下来,点击Account,然后点击Security >,然后在帐户权限部分中查看全部。)

    2. 点击要撤销授权的脚本名称,然后点击右侧的Revoke access

    查看page 了解更多信息。

    【讨论】:

      猜你喜欢
      • 2014-05-20
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-09-08
      相关资源
      最近更新 更多