dropbox#
Targets providing functionality to access files on Dropbox.
Class DropboxFileSystem#
Class DropboxTarget#
- class DropboxTarget(path, fs=DropboxFileSystem.default_instance, **kwargs)[source]#
Bases:
RemoteTarget- directory_class#
alias of
DropboxDirectoryTarget
- file_class#
alias of
DropboxFileTarget
Class DropboxFileTarget#
- class DropboxFileTarget(path: str | Path, fs: str | Path | DropboxFileSystem | None = None, **kwargs)[source]#
Bases:
DropboxTarget,RemoteFileTarget
Class DropboxDirectoryTarget#
- class DropboxDirectoryTarget(path: str | Path, fs: str | Path | DropboxFileSystem | None = None, **kwargs)[source]#
Bases:
DropboxTarget,RemoteDirectoryTarget