DropboxProviderOptions
Defined in: src/providers/cloud/DropboxProvider.ts:64
Options accepted by createDropboxProviderFactory.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
apiBaseUrl? | string | Override the RPC base URL. Defaults to https://api.dropboxapi.com. | src/providers/cloud/DropboxProvider.ts:68 |
contentBaseUrl? | string | Override the content base URL. Defaults to https://content.dropboxapi.com. | src/providers/cloud/DropboxProvider.ts:70 |
defaultHeaders? | Record<string, string> | Default headers applied to every request before bearer auth. | src/providers/cloud/DropboxProvider.ts:74 |
fetch? | HttpFetch | Custom fetch implementation. Defaults to global fetch. | src/providers/cloud/DropboxProvider.ts:72 |
id? | ProviderId | Provider id to register. Defaults to "dropbox". | src/providers/cloud/DropboxProvider.ts:66 |
multipart? | DropboxMultipartOptions | Upload-session tuning. Enabled by default. | src/providers/cloud/DropboxProvider.ts:76 |