📄️ Upload Operation
Reference for the Upload Operation form field, which distinguishes between internal (authenticated) and external (anonymous Dropbox) upload operations.
📄️ Upload Action
Reference for the Upload Action form field, listing all supported commands such as upload, chunked upload, create folder, delete file, and operation completed.
📄️ FileSystemLogOpID
Reference for FileSystemLogOpID, an upload form field that links a request to an existing log operation or triggers creation of a new one.
📄️ Overwrite
Reference for Overwrite, an optional upload form field that determines whether an existing file is replaced or a partial upload is resumed.
📄️ ImmediateParentFolderID
Reference for ImmediateParentFolderID, an upload form field identifying the direct destination folder and required for most Managed File Transfer upload...
📄️ FileID
Reference for FileID, an upload form field that identifies the target file and is required for chunk continuation and delete actions.
📄️ FolderName
Reference for FolderName, an optional upload form field that specifies the name of the folder to create on the server during a Create folder action.
📄️ NoRedirect
Reference for NoRedirect, an upload form field that controls whether the server redirects after upload or returns a direct response for third-party apps.
📄️ ExpectedSizeBeforeAppendChunk
Reference for ExpectedSizeBeforeAppendChunk, an upload form field that validates file size before appending a middle or last chunk in chunked uploads.
📄️ DeletePartiallyUploadedFile
Reference for DeletePartiallyUploadedFile, a required upload form field that controls whether the server discards a partially uploaded file on failure.
📄️ IsLastFilePartiallyUploaded
Reference for IsLastFilePartiallyUploaded, a flag that signals the server to mark the last uploaded file as partial when an upload is interrupted by the user.