Skip to content

bigsoftcms/drive-fuse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Drive FUSE Filesystem

- Uses the new Drive API.
- Can only list/stat files so far.


How to Use
==========
Install google python apiclient, python gflags
Create an API client ID:
  https://code.google.com/apis/console/
Fill in client_secrets.json from the template
  with the client id / client secret

Then:
python drive_fuse.py email mountpoint
Or in foreground:
python drive_fuse.py email mountpoint -f

email is not used, the oauth flow will give a choice

About

FUSE filesystem for Google Drive

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%