step-up-labs / firebase-storage-dotnet

C# library for Firebase Storage
MIT License
140 stars 35 forks source link

send a file but creates a folder #19

Closed augustohug closed 4 years ago

augustohug commented 6 years ago

When I run the code below, you are creating a folder instead of sending the file.

var task = await new FirebaseStorage("matlu-344e5.appspot.com") .Child(filename) .PutAsync(file);

        targeturl = task;
stale[bot] commented 4 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 4 years ago

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