Getting Error from Rclone : Attachment size exceeds max limit

What is the problem you are having with Rclone?

We have approximately 6000 files at the source, when Rclone is transferring the files it gives below error. instead of transferring all the files we also tried to move only 1 file but then also we are getting this error of Attachment. Could nayone please tell what modification we will have to do or why this behavior of Rclone.

*Error occurred while calling the TRANSFER SERVICE : {"errorCode":1402,"errorDesc":"Attachment size exceeds max limit","correlationId":null} 400 BAD_REQUEST Url *

Run the command 'rclone version' and share the full output of the command.

We are Using Rclone GUI and Rclone version: v1.65.2
Arch: amd64
goVersion: go1.21.6

Which cloud storage system are you using? (eg Google Drive)

Not using cloud storage, we have kept files in SFTP & FTP servers

The command you were trying to run (eg rclone copy /tmp remote:tmp)

The Rclone command we are using to move file is :

/rclone/sync/move

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

We are not using CLI, please let me know how to do teh above thing in RCLONE GUI.

A log from the command that you were trying to run with the -vv flag

Again how to get this in GUI

about the GUI, No releases in 2 years? Is this dead?

fwiw, it would be much easier to test on the command line.
to keep the debug log small, copy a single file and add -vv --retries=1

need to post the full debug output. check the rclone docs.

Do you know if there is any limit to files? at the source we have 6000 files but even if we give specific pattern and want to transfer 1 file then also we are getting "Attachment size exceeds max limit"

rclone does not have a hard limit of the number of files.
rclone is simply reporting the error from the server.

afaik, the issue is the size of the file, not the number of files.

hard to help, you still have not posted a rclone debug log??

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