google / skicka

Command-line utility for working with Google Drive. Join the mailing list at https://groups.google.com/forum/#!forum/skicka-users.
Apache License 2.0
1.3k stars 119 forks source link

add 'df' command #61

Closed mmp closed 9 years ago

mmp commented 9 years ago

This would be a fairly straightforward exercise in using https://developers.google.com/drive/v2/reference/about

mmp commented 9 years ago

One issue with the current implementation is that the % usage sums to over 100%; the issue is that photos under some size don't count against quota. It's not clear how to discern how much of the usage is charged to the quota from the API, however..