5

Is there any place where I can see the summary of all the Apps Script timed triggers installed for all my documents on Google Drive?

Mogsdad
  • 44,709
  • 21
  • 151
  • 275
the-happy-hippo
  • 1,203
  • 1
  • 9
  • 13

4 Answers4

2

Changes :

Go to the script editor, choose "Edit" and you'll get a result as illustrated below :

enter image description here

Serge insas
  • 45,904
  • 7
  • 105
  • 131
Uday Vaswani
  • 171
  • 1
  • 1
  • 8
1

Edit: the triggers are now in the "edit" menu, see below answer for illustration.

Go to the script editor, choose "Resources" and you'll get a result as illustrated below :

enter image description here

Then you will see a scrollable list with all the triggers, including the timers, the event triggers, everything :

enter image description here

Serge insas
  • 45,904
  • 7
  • 105
  • 131
0

I thought I would update this answer, since Google now has a new dashboard for Apps Scripts. None of the other answers still work. If you are in any script and click on the Apps Script logo/link at the top, you will go to your Apps Script control panel. From there, there is a link to My Triggers on the left.

enter image description here

0

2023: The GAS triggers for your account can now be accessed from this URL

https://script.google.com/home/triggers

spcsLrg
  • 340
  • 2
  • 11