step-up-labs / firebase-storage-dotnet

C# library for Firebase Storage
MIT License
143 stars 36 forks source link

400 Bad request using Webclient and download URL #41

Closed Babuh closed 2 years ago

Babuh commented 3 years ago

Hi ! Thanks a lot for the library this is very usefull =) I have an issue using the download URL with WebClient. I don't know what I miss but each time I try with any headers or configuration I get a Bad Request as a response. using (WebClient client = new WebClient()) { client.Headers[HttpRequestHeader.ContentType] = "application/json"; client.DownloadFile(downloadURL, destinationPath); } Do you guys had the same kind of trouble ? Thanks anyway

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 2 years ago

Closing the issue due to inactivity. Feel free to re-open