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

Large video does not upload

cleybsoncardoso opened this issue · comments

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%

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

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

You can now set custom HTTP client timeout in FirebaseStorageOptions