ddvk / rmfakecloud

host your own cloud for the remarkable
GNU Affero General Public License v3.0
788 stars 68 forks source link

Unable to upload large amount of files #341

Closed mkoushan closed 20 hours ago

mkoushan commented 3 days ago

Simply try to upload more than 1000 pdf files at once, you'll get an error.

I have already fixed it with batch uploading script I'll make PR for it

Silloky commented 3 days ago

Is your rmfakecloud instance behind a reverse proxy ? The client_max_body_size might be the problem more than rmfakecloud !

mkoushan commented 3 days ago

No it's not

ddvk commented 20 hours ago

you are uploading more than 1k files in the ui? what was the error?

mkoushan commented 7 hours ago

you are uploading more than 1k files in the ui? what was the error?

I tried uploading all the RFCs in PDF format which are around 8500 PDFs and 200MB total, and I got an error about exceeding maximum size or something which unfortunately I can't reproduce it right now because I'm really busy, but trust me it was an error and with that fix it won't be anymore (hopefully.)