Skip to content

Cmdline and cloud tool for listing folder sizes in Google Drive

Notifications You must be signed in to change notification settings

ThomasHabets/drive-du

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drive-DU

Copyright(c) Thomas Habets thomas@habets.se 2014

Google Drive plug-in

Running at: https://drive-du.appspot.com/

Go there and authorize it to be added to the "Open With" menu.

Command line tools

To use these, first you need to create a project in the Google Developers Console.

Create a project, then create credentials for a "native application". Use the given ClientID and ClientSecret you're assigned.

du

Run ./du -config=du.json -configure and follow the instructions, then


find
----
Same as above, but with the ```find``` binary.

chown
-----
This doesn't actually change the ownership of files, since outside of
Google Enterprise something-or-other, that's not possible. So instead
it copies the files from one folder (```-src```) to another
(```-dst```). The owner of the files in ```-dst``` will be the oauth`ed
user, and the ```-src``` folder must be readable by this user.

About

Cmdline and cloud tool for listing folder sizes in Google Drive

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published