Google Drive with FUSE

拈花ヽ惹草 提交于 2019-12-21 05:27:05

问题


Would be possible to use Google Drive with FUSE for to build filesystem in unix systems?


回答1:


https://github.com/jcline/fuse-google-drive

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...

Discussion:

  • #fuse-google-drive on irc.freenode.net

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

respectively. 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



回答2:


You can use the Google Documents List API to create a Fuse client.



来源:https://stackoverflow.com/questions/10306252/google-drive-with-fuse

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!