-
Notifications
You must be signed in to change notification settings - Fork 172
Open
Description
Hello Team,
I was this console project, upload is working completely fine but download is not working. I am not able to download the file either by "Basic" or "SAS" code block.
- Console.WriteLine("4. Download Blob from {0}", blockBlob.Uri.AbsoluteUri); :when I paste this Uri in browser it shows content not found.
-
await blockBlob.DownloadToFileAsync(string.Format("./CopyOf{0}", "test.jpg"), FileMode.Create); This line of code is working but I don't know where it is saving the file downloaded.
Please help me with this
Metadata
Metadata
Assignees
Labels
No labels