Skip to content
All Skills

Find Largest Files in Drive

Identify large Google Drive files consuming storage quota.

Personal Productivity|v1|Updated 5/18/2026|GitHub source
MCP get_skill({ skillId: "find-largest-files-in-drive-3ccbffab" })

Use this skill with your agent

Create a free account and connect via MCP

Get Started Free
# 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
#work-life#productivity#external#license-apache-2-0#googleworkspace-cli#google-workspace#gmail#calendar#docs#sheets#tasks#googlegoogle-workspacegoogle-drive