技能 效率工具 查找云端大文件

查找云端大文件

v20260401
recipe-find-large-files
识别占用 Google Drive 存储空间最多的大文件,便于归档或迁移,保持配额充足。
获取技能
321 次下载
概览

Find Largest Files in Drive

PREREQUISITE: Load the following skills to execute this recipe: gws-drive

Identify large Google Drive files consuming storage quota.

Steps

  1. List files sorted by size: gws drive files list --params '{"orderBy": "quotaBytesUsed desc", "pageSize": 20, "fields": "files(id,name,size,mimeType,owners)"}' --format table
  2. Review the output and identify files to archive or move
信息
Category 效率工具
Name recipe-find-large-files
版本 v20260401
大小 700B
更新时间 2026-04-08
语言