filestack / filestack-js

Official Javascript SDK for the Filestack API and content ingestion system.
https://www.filestack.com
MIT License
206 stars 77 forks source link

Resumable uploads not working? #387

Closed finallyblueskies closed 3 years ago

finallyblueskies commented 3 years ago

I'm scoping out the Filestack SDK to help pause/resume uploads in our application. I am testing the demo example here, with an API key linked to an account on the "Grow" tier, which should support resuming uploads (unless I've misunderstood the "Resumable uploads (manual)" feature listed in the second column here). I have not been able to successfully pause/resume an upload on the latest version of the SDK on the demo - anyone has any insight as to why?

cruzlutor commented 3 years ago

The cancel option is not working either, we are also using the latest filestack version 3.17.0 to date

maryfs commented 3 years ago

Hi @notbogdan , @cruzlutor We will fix this in next release. Thanks.

maryfs commented 3 years ago

@notbogdan and @cruzlutor let me know if it works for you in version 3.18.0 (newest).

cruzlutor commented 3 years ago

@maryfs upload cancel is working in 3.18.0, thanks!