如何列出文档和电子表格中绑定的所有脚本? 查询字符串“type:application / vnd.google-apps.script owner:me”仅显示独立脚本。 (这是我的旧问题Can I list all my scripts without any other types of documents in Google Drive?)
有时我需要在当前存在的电子表格中重用脚本 但我没有得到容器的名称。 我应该逐个打开所有电子表格吗?
答案 0 :(得分:1)
这只是部分答案,而且是对问题4125(增强)合并到的问题的评论:
Issue 4096: Means to manage and search over standalone and container-bound scripts
与此同时,请注意,您授权的任何脚本都应该在https://security.google.com/settings/security/permissions中为该帐户添加一个条目,因此您应该能够在那里找到活动脚本。
在那里,我能够找到以下Google云端硬盘搜索中未列出的其他一些脚本:
type:application/vnd.google-apps.script
(但不是全部)