I can't find a Google Script I created (that is not attached to a spreadsheet)

后端 未结 2 1550
闹比i
闹比i 2021-01-20 06:03

I am having trouble finding a saved script. I followed this post to create a script that schedules email deletion, and I believe I saved it, but searched for it in Drive to

2条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-20 07:01

    Don't know if it helps but you can try by accessing this link: https://drive.google.com/drive/u/0/search?q=type:script

    Also if you have a google apps account recheck with the admin if he has given you access.

    Recheck your permissions at: https://security.google.com/settings/security/permissions?pli=1

    In there you can try to find the script if you ever ran it using your account.

    Also might worth to take a look into this dev article: https://developers.google.com/apps-script/guides/services/authorization#authorization_lifecycle_for_add-ons

    Hope it helps!

提交回复
热议问题