Mount Google Drive in Linux Using Ocalfuse
https://github.com/astrada/google-drive-ocamlfuseInstall opam :
you need to install opam first.
Install google-drive-ocamlfuse via opam :
You may need to install some packages on your system. On Fedora, you may need to at least install:
# yum install sqlite-devel fuse-devel libcurl-devel zlib-devel m4
opam will automatically resolve dependencies and install the needed packages:
$ opam install google-drive-ocamlfuse
You need to run google-drive-ocamlfuse without parameters and it will request authorization:
$ google-drive-ocamlfuse
This command will create the default application directory (~/.gdfuse/default), containing the configuration file config and start a web browser to obtain authorization to access your Google Drive.
Mounting Google Drive :
After configured google-drive-ocamlfuse, you can mount the file system:
eg: google-drive-ocalmfuse /sync$ google-drive-ocamlfuse mountpoint
No comments:
Post a Comment