I'm using rclone with dropbox.
I've had single files which sometimes exceed 400GB which is over the dropbox file size limit.
The simple solution would be to use Chunker. But if the user does not know the limit exist chunker might not be present.
Rclone currently tries uploading and at some point starts over, uploads again and starts over. It keeps doing this until manually cancelled. Wouldn't it be better if rclone stopped trying and just produced an error when files exceed the storages max file size limit?
Preferably before it even tries uploading. If possible This should be checked on the dropbox layer of the config since chunker could change this in the pipeline.
Another solution is to automatically apply chunker when the situation requires it. But that would obfuscate the applied config pipeline.