Skip to main content

Interface: DropboxFilesUploadResult

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

Normalized subset of the Dropbox upload response.

Properties

pathDisplay

readonly pathDisplay: string

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

Normalized Dropbox path (display form) for the uploaded object.


serverModified

readonly serverModified: string

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

Server-modified timestamp string returned by Dropbox.


sizeBytes

readonly sizeBytes: number

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

Uploaded object size in bytes.