CloudFusion
CloudFusion copied to clipboard
Linux file system (FUSE) to access Dropbox, Sugarsync, Amazon S3, Google Storage, Google Drive or WebDAV servers.
Hi - I am getting 2 issues (not sure if they are interrelated) while installing on Ubuntu Desktop 17.04. First, apt cannot find package "fuse-utils". Is there an alternative package?...
I would like to find out if it is open source and in what sense etc. Can you point me to the software license? Or if not at least explain...
Hi, I just installed CloudFusion. Apparently it can only run as root (sudo) but then I can't access the files from my normal account. If I don't run as root,...
I'd love to have easy access to my files on the Sia collaborative cloud network. Can that be integrated? http://sia.tech https://github.com/NebulousLabs/Sia/tree/master/doc
Hi, I started Cloudfusion with `cloudfusion --config ~/Dropbox.ini ~/Dropbox`, where the Dropbox config file and the empty folder both exist. This is what I get: ``` Traceback (most recent call...
Support Dropbox access token authentication via environment variable (instead of username/password)
[`ff4d`](/realriot/ff4d) supports (requires, actually) authentication to Dropbox via access token. This is nice, because it doesn't require storing secrets and passwords in plaintext files. Consider something like: ``` % #...
HI there, I am seeing this error: Process Process-1: Traceback (most recent call last): File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap self.run() File "/usr/lib/python2.7/multiprocessing/process.py", line 114, in run self._target(_self._args, *_self._kwargs) File...
Any idea what's going wrong here? (The installation succeeded, with no warnings.) ``` sh $ cloudfusion -h Traceback (most recent call last): File "/usr/local/Homebrew/bin/cloudfusion", line 9, in load_entry_point('CloudFusion==6.4.16', 'console_scripts', 'cloudfusion')()...
Please consider incorporating the following patch to `fuse.py` that allows one to explicitly override the path to `libfuse` by setting the `LIBFUSE_PATH` environment variable (e.g., if it is stored in...
Are you able to add support for Amazon Cloud Drive to CloudFusion? https://developer.amazon.com/public/apis/experience/cloud-drive/ Thanks.