Uploads
Upload File
Upload a file directly to Drime Cloud
POST
Overview
Uploads a file directly to Drime Cloud using multipart form data. This is the simplest upload method but recommended only for smaller files.For files larger than 5MB, consider using the presigned URL or multipart upload flow for better reliability.
Request Body (multipart/form-data)
The file to upload
ID of the destination folder. Use
null for root.Workspace ID. Use
0 for personal workspace.Optional folder path. Folders will be auto-created if they don’t exist.
Format:
/some/folders/here/file-name.jpgResponse
The created file entry object
Request status (
success)
