23 / resumable.js

A JavaScript library for providing multiple simultaneous, stable, fault-tolerant and resumable/restartable uploads via the HTML5 File API.
MIT License
4.65k stars 611 forks source link

429 Error - Too many requests - when uploading larger files. #600

Closed xongooli closed 2 years ago

xongooli commented 2 years ago

While smaller files below 50MB are loading successfully, I'm getting this 429 server error on larger files after about 400 chunks have uploaded. The error aborts the upload process.

I'm using vue.js

I understand this might be resolved through a header instruction though I'm not sure how to handle this, or possibly increasing the chunk size?

Would appreciate any advice here.

steffentchr commented 2 years ago

@xongooli This seems server-related -- as in you need to look into why your server is pushing 429s to you.