Home > @tridion-sites/open-api-client > BinariesService > downloadFile
Downloads the temporary file for a binary file that was previously uploaded.
Signature:
static downloadFile({ tempFileId, filename, }: {
tempFileId: string;
filename: string;
}): CancelablePromise<any>;
Parameter | Type | Description |
---|---|---|
{ tempFileId, filename, } | { tempFileId: string; filename: string; } |
Returns:
CancelablePromise<any>
any The request was successful.
ApiError