step-up-labs / firebase-storage-dotnet

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

Large video does not upload #10

Closed cleybsoncardoso closed 6 years ago

cleybsoncardoso commented 6 years ago

I am having problems uploading videos over 50 mb, they are not stored in firebase storage, firebasestorage returns the link empty and no error occurs and the process is 0%

LeoVernaza commented 6 years ago

I have the same issue, I'm catching a TaskCanceledException A task was canceled I noticed that the issue is happening after 1.40 minutes... I believe the file size doesn't matter

bezysoftware commented 6 years ago

I suppose that's due to the default timeout of HTTP client, I'll push a change where to can change it

bezysoftware commented 6 years ago

You can now set custom HTTP client timeout in FirebaseStorageOptions