Skip to main content

Interface: DropboxFilesDownloadResult

Defined in: electron/services/cloud/providers/dropbox/dropboxSdkSchemas.ts:75

Normalized subset of the Dropbox download response.

Properties

fileBinary?

readonly optional fileBinary: unknown

Defined in: electron/services/cloud/providers/dropbox/dropboxSdkSchemas.ts:77

File content returned by the Dropbox SDK in Node-like environments.


fileBlob?

readonly optional fileBlob: unknown

Defined in: electron/services/cloud/providers/dropbox/dropboxSdkSchemas.ts:79

File content returned by the Dropbox SDK in browser-like environments.