Skip to content
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

Closed
hmeine opened this issue Nov 23, 2015 · 12 comments
Closed

DropBox support #222

hmeine opened this issue Nov 23, 2015 · 12 comments

Comments

@hmeine
Copy link
Contributor

hmeine commented Nov 23, 2015

It would be nice to see DropBox support as well.

@arekbulski
Copy link

Can you point to some open implemenation that allows access into Dropbox hosted files?

@hmeine
Copy link
Contributor Author

hmeine commented Dec 7, 2015

We used this one: https://pypi.python.org/pypi/dropbox
Apparently, one would need to register a "pyfilesystem" application first, in order to get an API key.

@hmeine
Copy link
Contributor Author

hmeine commented Dec 7, 2015

(With "we used", I meant in https://github.com/comic/comic-django, not with pyfilesystem yet.)

@travcunn
Copy link

travcunn commented Dec 9, 2015

Dropbox for pyfilesystem: https://github.com/smartfile/fs-dropbox

@hmeine
Copy link
Contributor Author

hmeine commented Dec 9, 2015

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.

@travcunn
Copy link

travcunn commented Dec 9, 2015

A few months back, I built a caching wrapper for a remote filesystem. One method that was cached was exists(), which would be invalidated after 1 second. This way, if exists() is called a bunch within the same second, it doesn't ask the remote server again.

And what you cache also depends on what the remote filesystem can do.

@hmeine
Copy link
Contributor Author

hmeine commented Dec 9, 2015

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.

@hmeine
Copy link
Contributor Author

hmeine commented Jan 6, 2016

Will dropbox support be merged eventually, and this issue stays open until it is?

@arekbulski
Copy link

If that is developed outside of this project then close it.

@xmedeko
Copy link

xmedeko commented Aug 23, 2016

I vote for merging the @travcunn project into PyFilesystem, or please update the doc to include links to the external FS implementations.

@jirikuncar
Copy link

@willmcgugan
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants