Download audio file from blob
Hello! I'm trying to download an audio file from an open unsecured blob with a URL that starts with blob:https. I'm working on an ASP.NET Core app, .net 7, and Windows both locally and on the host in Azure.
WebClient can't handle the blob prefix.
Does anyone have another approach to how to download the file or get the stream?
WebClient can't handle the blob prefix.
Does anyone have another approach to how to download the file or get the stream?