可以將Google Drive與FUSE一起用於在unix系統中構建文件系統嗎?Google Drive with FUSE
4
A
回答
10
https://github.com/jcline/fuse-google-drive
熔斷器谷歌驅動器是處於alpha階段的GPLv2
目前正在發佈的谷歌雲端硬盤中的文件系統保險絲包裝。不要相信這對於任何重要的東西......
討論:
- #irc.freenode.net上的保險絲谷歌驅動
用法:
現在你需要去http://code.google.com/apis/console並創建一個新的應用程序,併爲安裝應用程序生成客戶端ID和客戶端密鑰。客戶價值和客戶祕密值應該分別爲:
$XDG_CONFIG_HOME/fuse-google-drive/clientid $XDG_CONFIG_HOME/fuse-google-drive/clientsecrets
。你也應該。如果該文件夾在運行時不存在,則會打印一條有用的消息,並在可能的情況下使用正確的權限創建該目錄。注意:如果您的系統上未設置
$XDG_CONFIG_HOME
,則默認爲~/.config/
。$ mkdir mountpoint $ ./fuse-google-drive mountpoint
9
您可以使用Google Documents List API來創建Fuse客戶端。
相關問題
- 1. Google Drive with VBnet Express
- 2. Google Drive MimeType with charset = utf-16le
- 3. Google Drive Error with Shared Script
- 4. Google Drive APi with clean WEB API 2
- 5. Google Drive Api和Google Drive Web
- 6. Nodejs Google Drive API
- 7. Google Drive + ACTION_GET_CONTENT
- 8. Android和Google Drive
- 9. Google Drive API IAuthenticator
- 10. Google Drive File etag
- 11. Google Drive問題
- 12. Google Drive的ContentProvider
- 13. Google Drive API children.list
- 14. Google Drive API javascript
- 15. Google Drive權限
- 16. Google Drive API V3
- 17. Google Drive iOS SDK
- 18. 訪問Google Drive
- 19. Google Drive到Tableau
- 20. Google Drive vs Google Doc for iOS?
- 21. DrEdit PHP和Google Drive
- 22. Google Drive的標籤
- 23. Google Drive API - PHP(CRUD)
- 24. Google Drive API statusCode = SIGN_IN_REQUIRED
- 25. Google Drive SDK和API
- 26. Google Drive API與Android
- 27. Google Drive SDK 1.8.1 RedirectURL
- 28. Google Drive API - MVC IDataStore
- 29. Google Drive Android API onChildrenRetrievedCallback
- 30. Android Google Drive集成
[Stack Overflow是不是你個人的研究助理(http://meta.stackexchange.com/a/128553/172496) – 2012-04-24 21:29:58
由於這個問題是排名最高的谷歌,並列出了被遺棄的「導火索「谷歌驅動器」項目,這裏是今天最爲最新的保險絲執行谷歌驅動器:https://github.com/astrada/google-drive-ocamlfuse – user1415224 2013-06-19 06:40:52
Ubuntu指南的不耐煩:http://www.ubuntugeek.com /how-to-mount-google-drive-in-ubuntu-linux-using-google-drive-ocamlfuse.html – psema4 2013-11-14 03:30:01