• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

jcline/fuse-google-drive: A fuse filesystem wrapper for Google Drive.

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

jcline/fuse-google-drive

开源软件地址(OpenSource Url):

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

开源编程语言(OpenSource Language):

C 93.4%

开源软件介绍(OpenSource Introduction):

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:

  • read() works, cache not freed until unmount, should detect file updates
  • directory listing works, no heirarchy
  • incorrect stat() info, filesize is correct, fails (as it should) on nonexistant files
  • redirecturi is now hardcoded -- you do not need the file
  • clientsecrets and client id should now be in $XDG_CONFIG_HOME/fuse-google-drive/

Discussion:

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

Dependencies:

  • fuse
  • libcurl
  • json-c aka libjson
  • libxml2

Build Dependencies:

  • autotools
  • make

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:




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap