I have Cloud Convert converting videos, and when it completes, I tell Azure BLOB Storage to download the file from it's the conversion output URL, using the method CloudBlockBlob.StartCopyAsync.
I must say, this used to work. I haven't changed a single line of code until this process started to fail.
Now, anytime Azure tries to download from Cloud Convert, it fails with the message 500 InternalServerError "Copy failed.". If I copy the download the URL in the browser, it downloads the file normally. The process works with the Storage Emulator.
My question is, is anyone else having the same problem? How do I fix this? Do I need to download the file and upload it to Azure Blob Storage myself?
Content-Dispositionproperty set. Can you try by removing theContent-Dispositionproperty value on the source file? - Gaurav Mantri