How to delete a google apps script service

2019-01-15 18:11发布

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?

3条回答
forever°为你锁心
2楼-- · 2019-01-15 18:19

after you delete the script, look for it in the trash folder and delete it from there as well. this has worked for me, no other steps are necessar

查看更多
迷人小祖宗
3楼-- · 2019-01-15 18:29

Strange. Maybe, Try checking if the trigger is still there:

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.

查看更多
混吃等死
4楼-- · 2019-01-15 18:35

Find the URL to the script url in the script editor i.e:

https://script.google.com/macros/d/MS3-PFwnUdYw7_bQF3y8BJte_1Q7n6BNa/edit

Remove edit from url and replace with manage/uninstall

https://script.google.com/macros/d/MS3-PFwnUdYw7_bQF3y8BJte_1Q7n6BNa/manage/uninstall

Click uninstall and that should be it!

查看更多
登录 后发表回答