How to list projects associated with Google Apps triggers? -


under triggers, can see google apps triggers exist user, cannot see project associated with. how can find project associated each google apps trigger?

mcarans,

facing problem i've found (dirty) workaround. please continue reading if desperate , has strong stomach.

  • using chrome open script (where can access edit >> triggers menu)

  • open chrome developers tools (ctrl+shift+j)

  • go network tab
  • go edit >> triggers
  • copy recorded triggersservice xhr response
  • paste in txt editor , dive in triggers names , document keys !!!
  • use keys locate de documents.

after that, keep log installed triggers!


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -