No way to find out what's eating the quota. df reports drive totals, stat dumps one item's JSON.
Folder items already carry a recursive size in every children listing, so a du is pure client-side aggregation over data that's already being fetched — no new endpoint:
onedrive du [-h] [-d DEPTH] [path ...]
-d 1 over the root is the common case ("which top-level folder is huge?") and needs exactly one request.
humanize()/prettyPrint() already exist for the -h output.
No way to find out what's eating the quota.
dfreports drive totals,statdumps one item's JSON.Folder items already carry a recursive
sizein everychildrenlisting, so aduis pure client-side aggregation over data that's already being fetched — no new endpoint:-d 1over the root is the common case ("which top-level folder is huge?") and needs exactly one request.humanize()/prettyPrint()already exist for the-houtput.