GDriveFS is an innovative FUSE wrapper for Google Drive developed under Python 2.7.
Using this utility, you can mount your Google Drive as a normal disk. Supports both read and write operations.
You need to authorize the app first, using:
$ gdfstool auth -u
and then adding the code from visited address to:
$ gdfstool auth -a /var/cache/gdfs.creds "<code>"
where you can replace /var/cache/gdfs.creds with any file you want to save your credentials to.
Recent comments