How to delete a google apps script service

后端 未结 3 1990
刺人心
刺人心 2020-12-06 16:08

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 d

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-06 16:58

    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.

提交回复
热议问题