Loading...
Loading...
Identify large Google Drive files consuming storage quota.
npx skill4agent add googleworkspace/cli recipe-find-large-filesPREREQUISITE: Load the following skills to execute this recipe:gws-drive
[!CAUTION] Deleting files is permanent if the trash is emptied. Confirm before deleting.
gws drive files list --params '{"orderBy": "quotaBytesUsed desc", "pageSize": 20, "fields": "files(id,name,size,mimeType,owners)"}' --format tablegws drive files delete --params '{"fileId": "FILE_ID"}'