-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DropBox support #222
Comments
Can you point to some open implemenation that allows access into Dropbox hosted files? |
We used this one: https://pypi.python.org/pypi/dropbox |
(With "we used", I meant in https://github.com/comic/comic-django, not with pyfilesystem yet.) |
Dropbox for pyfilesystem: https://github.com/smartfile/fs-dropbox |
Thanks, interesting. I thought that caching would make more sense as a wrapper (I see you already commented on issue #223 ), but maybe there are aspects to caching that suggest a closer integration into remote filesystems. |
A few months back, I built a caching wrapper for a remote filesystem. One method that was cached was And what you cache also depends on what the remote filesystem can do. |
Exactly, and the remote fs might even provide some change notification / timestamping / bulk-stat() / similar API. But this is actually guessing, I have no real FS in mind. |
Will dropbox support be merged eventually, and this issue stays open until it is? |
If that is developed outside of this project then close it. |
I vote for merging the @travcunn project into PyFilesystem, or please update the doc to include links to the external FS implementations. |
We have tried to submit https://github.com/inveniosoftware-attic/invenio-ext/blob/master/invenio_ext/fs/cloudfs/dropboxfs.py to upstream years back. |
At some point I will collate these implementations on the website. Dropbox support is fantastic, but I'm trying to make PyFilesystem leaner in terms of dependancies. |
It would be nice to see DropBox support as well.
The text was updated successfully, but these errors were encountered: