@zero-transfer/dropbox
v0.4.7
Published
Dropbox provider with content-hash verification.
Maintainers
Readme
@zero-transfer/dropbox
Dropbox provider with content-hash verification.
Install
npm install @zero-transfer/dropboxOverview
Dropbox provider - RPC + content-host APIs, list-folder cursor pagination, ranged downloads, single-shot uploads in overwrite mode, and content_hash exposed as both uniqueId and checksum.
Usage
import {
createTransferClient,
uploadFile,
downloadFile,
createDropboxProviderFactory,
} from "@zero-transfer/dropbox";Public surface
This package publishes a narrowed surface of 2 exports. These symbols are also available from @zero-transfer/sdk; the table below links into the full API reference:
| Symbol | Kind | Notes |
| --------------------------------------------------------------------------------------------------------------------------------------------- | --------- | ------------------ |
| createDropboxProviderFactory | Function | See API reference. |
| DropboxProviderOptions | Interface | See API reference. |
Examples
No dedicated example yet - see the examples directory for cross-scope showcases.
Documentation
License
MIT © Tony Wiedman
