ivoryguard

Results 7 comments of ivoryguard

I tryed to modify CreateVideoFolder method as the followings and succeeded in creating parent and sub folders. ``` public async Task CreateVideoFolder(UserId userId, string name, string parentFolderUri) { try {...

I have experienced the same issue. I found that it may be from HttpClient timeout because of slow upload speed. I increased chunk size to improve upload speed (Vimeo API...

Thank you @Dame1701 I changed legacy upload API to new TUS upload API using [TusDotNetClient](https://github.com/jonstodle/TusDotNetClient) and solved the issue with 10~20x fast upload speed.

I confirmed that the issue occurred at Android only. It did not occurr at iOS simulator.

Great work! Does it work on Android as well as Windows?

> I will take a look at this, but it's lower in my priority list compared to #115 and #231 If #115 is implemented, the existing real-time API will be...