Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Google Drive Ocamlfuse | 4,870 | 4 months ago | 181 | mit | OCaml | |||||
FUSE filesystem over Google Drive | ||||||||||
Gcsf | 2,203 | 2 years ago | 21 | April 12, 2020 | 32 | mit | Rust | |||
a FUSE file system based on Google Drive | ||||||||||
Laravel Google Cloud Storage | 485 | 33 | 16 | a year ago | 15 | September 22, 2020 | 39 | mit | PHP | |
A Google Cloud Storage filesystem for Laravel | ||||||||||
Fuse Google Drive | 271 | 7 years ago | 18 | gpl-2.0 | C | |||||
A fuse filesystem wrapper for Google Drive. | ||||||||||
Gmusicfs | 158 | 7 years ago | 33 | Python | ||||||
A FUSE filesystem for Google Music | ||||||||||
Spreadsheetfs | 126 | 3 years ago | 1 | mit | Python | |||||
Use Google Sheets as a Filesystem to get Unlimited Free Cloud Storage | ||||||||||
Storage File Transfer Json Python | 80 | 6 years ago | 2 | apache-2.0 | Python | |||||
Uploads and downloads files between Google Cloud Storage and the local filesystem using the Google Python Client Library. | ||||||||||
Node Gdrive Fuse | 61 | 5 years ago | 16 | JavaScript | ||||||
This is a simple filesystem written in NodeJS to mount Google Drive as a local drive. | ||||||||||
Java Storage Nio | 55 | 37 | 31 | 2 days ago | 181 | April 19, 2022 | 9 | apache-2.0 | Java | |
Lrkfm | 47 | 23 days ago | 12 | mit | Java | |||||
Awesome, (ad) free, open source file manager for Android |
fuse-google-drive is a fuse filesystem wrapper for Google Drive released under GPLv2
Currently in alpha stages. Do not trust this for anything important.
A detailed guide to get running on Ubuntu: http://jason-king.info/mount-your-google-drive-readonly-on-linux/
Status:
$XDG_CONFIG_HOME/fuse-google-drive/
Discussion:
Dependencies:
Build Dependencies:
If you are on one of the systems that does not include development files with packages, then make sure you install the development packages for each of the dependencies.
Compilation:
$ ./autogen.sh
$ ./configure
$ make
Usage:
Right now you need to go to http://code.google.com/apis/console and create a new app and generate a client id and client secret for an install application. The clientid value and clientsecrets value should each go into:
$XDG_CONFIG_HOME/fuse-google-drive/clientid
$XDG_CONFIG_HOME/fuse-google-drive/clientsecrets
resepectively. You should chmod 700 $XDG_CONFIG_HOME/fuse-google-drive
as well.
If the folder does not exist at runtime, a helpful message is printed and the
directory is created with the correct permissions if possible.
Note: If $XDG_CONFIG_HOME
is unset on your system, it defaults to ~/.config/
.
$ mkdir mountpoint
$ ./fuse-google-drive mountpoint
Thanks to: