step-up-labs / firebase-storage-dotnet

C# library for Firebase Storage

Repository from Github https://github.comstep-up-labs/firebase-storage-dotnetRepository from Github https://github.comstep-up-labs/firebase-storage-dotnet

400 Bad request using Webclient and download URL

Babuh opened this issue · comments

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

commented

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.

commented

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