Download a file
Downloads the bytes for a ready file.
Most integrations use the `downloadUrl` returned on the file object instead of
constructing this URL directly. The file must be `ready`.
## Returns
Returns the file bytes with the stored content type and content disposition.
Returns `409 file_not_ready` if the upload has not completed.