When I use ObjectFileOperations.DownloadFile with given output stream I get no data on output. I have no problems when I try to get file as byte[].
I think problem is in implementation of ResponseWriter in ObjectFileOperations.DownloadFileAsync method it does not copy given response stream to given output stream.
When I use
ObjectFileOperations.DownloadFilewith given output stream I get no data on output. I have no problems when I try to get file asbyte[].I think problem is in implementation of
ResponseWriterinObjectFileOperations.DownloadFileAsyncmethod it does not copy given response stream to given output stream.