dropbox#
Targets providing functionality to access files on Dropbox.
Class DropboxFileSystem#
- class DropboxFileSystem(section=None, app_key=None, app_secret=None, access_token=None, **kwargs)#
Bases:
RemoteFileSystem
Class DropboxTarget#
- class DropboxTarget(path, fs=DropboxFileSystem.default_instance, **kwargs)#
Bases:
RemoteTarget- directory_class#
alias of
DropboxDirectoryTarget
- file_class#
alias of
DropboxFileTarget
Class DropboxFileTarget#
- class DropboxFileTarget(path, fs=None, **kwargs)#
Bases:
DropboxTarget,RemoteFileTarget
Class DropboxDirectoryTarget#
- class DropboxDirectoryTarget(path, fs=None, **kwargs)#
Bases:
DropboxTarget,RemoteDirectoryTarget