DropboxProviderOptions
Defined in: src/providers/cloud/DropboxProvider.ts:53
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:57 |
contentBaseUrl? | string | Override the content base URL. Defaults to https://content.dropboxapi.com. | src/providers/cloud/DropboxProvider.ts:59 |
defaultHeaders? | Record<string, string> | Default headers applied to every request before bearer auth. | src/providers/cloud/DropboxProvider.ts:63 |
fetch? | HttpFetch | Custom fetch implementation. Defaults to global fetch. | src/providers/cloud/DropboxProvider.ts:61 |
id? | ProviderId | Provider id to register. Defaults to "dropbox". | src/providers/cloud/DropboxProvider.ts:55 |