1fichier group multiple file uploads into one api call

Hi,

1fichier API has pretty strict rate limits, which can cause uploads of multiple small files to be very slow. Their API allows for sending multiple files in a single API call, which should result in a significant speed improvement when uploading multiple small files.

More information can be seen here:
https://1fichier.com/api.html

Up to 500 files can be sent in a single upload or a total of 500GB.

Rclone has a system for doing this with batch uploads. If anyone wants to have a go at this check out the Dropbox backend and lib/batcher

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.