# Download a filecurl -O -J https://app.drime.cloud/api/v1/file-entries/download/MzI2MHxwYWRkaQ \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN"# -O: Save with original filename# -J: Use filename from Content-Disposition header
# Download a filecurl -O -J https://app.drime.cloud/api/v1/file-entries/download/MzI2MHxwYWRkaQ \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN"# -O: Save with original filename# -J: Use filename from Content-Disposition header
Returns the file content with appropriate Content-Type and Content-Disposition headers.
For single files: The file is downloaded directly
For folders: A ZIP archive is created and downloaded
Copy
# Download a filecurl -O -J https://app.drime.cloud/api/v1/file-entries/download/MzI2MHxwYWRkaQ \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN"# -O: Save with original filename# -J: Use filename from Content-Disposition header