raidenyn / yandexdisk.client

Yandex Disk API Client for .NET
MIT License
41 stars 14 forks source link

Uploading files feature was broken #17

Open fomin-maxim1998 opened 3 years ago

fomin-maxim1998 commented 3 years ago

Hi. Last times I have faced troubles with file uploading on disk. I use methods GetUploadLinkAsync and UploadAsync, but GetUploadLinkAsync freezes and isn't returning from async operation. If I use pre-prepared upload link, which I made manually through Postman, UploadAsync method is doing the same: freezes and isn't returning from async operation.