google-apps-script

Can I list all my scripts without any other types of documents in Google Drive?


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".


Solution

  • 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).