mfilippov / vimeo-dot-net

A .NET wrapper for Vimeo API v3.0
MIT License
98 stars 88 forks source link

Cant seem to upload video via a free account #186

Closed SaqibAsthaIT closed 1 year ago

SaqibAsthaIT commented 1 year ago

I am currently using a free account to upload videos to my vimeo account. image I have space to upload a video, please see the attached image. But I seem to get an error in this check if (fileContent.Data.Length > ticket.User.UploadQuota.Space.Free)

I am using _vimeoClient.UploadEntireFileAsync method. Can someone tell me where Im going wrong?

Thanks

leonardoacoelho commented 1 year ago

Hi, I've opened a pull request #192 to fix this error, if you could check if te changes I made make any sense for you @mfilippov

mfilippov commented 1 year ago

@SaqibAsthaIT Could you provide sample of JSON answer from the server?

mfilippov commented 1 year ago

Fix available in v3.2.4