问题描述
我通过将其添加到电子表格中来尝试特定的应用程序脚本(Gmail米)。尽管我认为我删除了电子表格(通过过去的电子表格手动检查过),但并没有完全删除服务,并且我不断收到警报(我在某处撤销了它的权限,并且不断收到通知,指出该服务需要授权)。
I tried a particular app script (Gmail Meter) by adding it to a spreadsheet. Even though I think I deleted the spreadsheet (manually checked through past spreadsheets), it did not quite delete the service and I keep getting alerts (I revoked its permissions somewhere and I keep getting notifications that the service requires authorization).
如何永久删除此服务?
How do I delete this service permanently?
推荐答案
奇怪。也许,试着检查触发器是否仍然存在:
Strange. Maybe, Try checking if the trigger is still there:
打开电子表格,然后进入工具 - >脚本编辑器,然后在编辑器窗口中转到编辑 - >所有触发器...并查看gmail计量器方法是否仍然在那里列出。如果是这样,请删除它。
Open a spreadsheet then go to Tools -> Script Editor, then on the editor window go to Edit -> All your triggers... and see if the gmail meter method is still listed there. If so, delete it.
这篇关于如何删除谷歌应用脚本服务的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!