Can I list all my scripts without any other types

2020-06-09 07:15发布

Google Apps Scripts was integrated into Google Drive last year.

Can anyone tell me how I can list all my scripts in Google Drive without any other types of documents such as spreadsheets or text files.

I can filter spreadsheets by this URL.

A help page for Google Drive

says filter works only for document, spreadsheet, presentation, drawing, image, video, image_or_video, pdf, and textdoc.

I am looking for a way like "filter=scripts".

2条回答
倾城 Initia
2楼-- · 2020-06-09 07:32

The above answer doesn't work with the new Google Drive search (at least for me).

Searching for type:script does work (but doesn't show Spreadsheet-bound scripts).

查看更多
Root(大扎)
3楼-- · 2020-06-09 07:51

You can indicate the file type in the Google Drive search bar, type:application/vnd.google-apps.script.

Search Bar

查看更多
登录 后发表回答