SKILL.md
readonlyread-only
name
recipe-find-large-files
description
找出佔用儲存空間配額的大型 Google Drive 檔案。
找出 Drive 中最大的檔案
先決條件: 載入以下技能以執行此配方:
gws-drive
找出佔用儲存空間配額的大型 Google Drive 檔案。
步驟
- 列出按大小排序的檔案:
gws drive files list --params '{"orderBy": "quotaBytesUsed desc", "pageSize": 20, "fields": "files(id,name,size,mimeType,owners)"}' --format table - 檢視輸出結果,找出要封存或移動的檔案






