recipe-find-large-files

recipe-find-large-files

熱門

找出佔用儲存空間配額的大型 Google Drive 檔案。

2.9萬星標
1669分支
更新於 2026/3/31
SKILL.md
readonlyread-only
name
recipe-find-large-files
description

找出佔用儲存空間配額的大型 Google Drive 檔案。

找出 Drive 中最大的檔案

先決條件: 載入以下技能以執行此配方:gws-drive

找出佔用儲存空間配額的大型 Google Drive 檔案。

步驟

  1. 列出按大小排序的檔案:gws drive files list --params '{"orderBy": "quotaBytesUsed desc", "pageSize": 20, "fields": "files(id,name,size,mimeType,owners)"}' --format table
  2. 檢視輸出結果,找出要封存或移動的檔案