unix - 带有 FUSE 的 Google 云端硬盘

标签 unix fuse google-drive-api

是否可以使用带有 FUSE 的 Google Drive 在 unix 系统中构建文件系统?

最佳答案

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

关于unix - 带有 FUSE 的 Google 云端硬盘,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10306252/

相关文章:

python - 如何在包导入时调试 "can not import"错误

python - 了解如何通过 Python 使用 Google API 客户端库

linux - waitpid() 是做什么的?

linux - 如何检查目录中是否存在文件

regex - 用sed插入一个单词到一个文本文件中

amazon-web-services - 使用动态文件在 EC2 上挂载 S3 (s3fs) - 持久公共(public)权限

非根设备上的Android用户空间文件系统驱动程序?

javascript - getIdForEmail() 不是 Google Drive API 权限中的函数

google-drive-api - 无需用户身份验证,直接将文件从浏览器上传到 Google 云端硬盘服务帐户

python - 如何在 python 中处理 cpu 缓存(或调用一次函数的最快方法)