You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide a PyFilesystem opener, i.e. a URI scheme that PyFilesystem would use to represent the filesystem.
Providing an opener would allow dropboxfs to be used as a FUSE filesystem on Linux with PyFilesystem's command-line tools (using an example URI scheme):
Provide a PyFilesystem opener, i.e. a URI scheme that PyFilesystem would use to represent the filesystem.
Providing an opener would allow
dropboxfs
to be used as a FUSE filesystem on Linux with PyFilesystem's command-line tools (using an example URI scheme):Alternatively, provide a separate command-line tool (look at how PyFilesystem's pypi package does it) that acts as a FUSE filesystem mounter.
The text was updated successfully, but these errors were encountered: