ACD rclone copy 400 Error "Bad Request"

Hi there,

I’ve got some issues with uploading files of any kind (some MB to 10GB) to Amazon CloudDrive.
Trying this rclone is getting an 400 Bad Request Error on checking if the files have been uploaded correctly. Because this is not successful, rclone is in a kind of loop trying to uplaod the file again and again.
rclone has been started with

 2017/05/17 07:21:49 DEBUG : rclone: Version “v1.36” starting with parameters [“rclone” “copy” “-vv” “–log-file” “Desktop/rclone.log” “–transfers” “1” “–acd-upload-wait-per-gb” “3m” “/media/pi/SanDisk-32G/ff1/” “amzncloud:upload/ff1”]
on a Mac with MacOS 10.12.5 and the latest beta version of rclone as well on a Raspberry Pi with the stable 1.36 version.

The error log is telling me these things…

Transferring:
 * ...-04 xxx7z.001: 100% done, 21.793 kBytes/s, ETA: 0s

2017/05/17 12:03:54 DEBUG : 2010/2010-04 xxx7z.001: Object not found - waiting (14/17)
2017/05/17 12:03:59 DEBUG : 2010/2010-04 xxx7z.001: Object not found - waiting (15/17)
2017/05/17 12:04:04 DEBUG : 2010/2010-04 xxx7z.001: Object not found - waiting (16/17)
2017/05/17 12:04:09 DEBUG : 2010/2010-04 xxx7z.001: Object not found - waiting (17/17)
2017/05/17 12:04:14 DEBUG : 2010/2010-04 xxx7z.001: Giving up waiting for object - returning original error: HTTP code 400: "400 Bad Request": response body: "{\"message\":\"Cannot complete upload\"}" ("400 Bad Request")
2017/05/17 12:04:14 DEBUG : pacer: Rate limited, sleeping for 20ms (1 consecutive low level retries)
2017/05/17 12:04:14 DEBUG : pacer: low level retry 1/1 (error HTTP code 400: "400 Bad Request": response body: "{\"message\":\"Cannot complete upload\"}")
2017/05/17 12:04:14 DEBUG : 2010/2010-04 xxx7z.001: Received error: HTTP code 400: "400 Bad Request": response body: "{\"message\":\"Cannot complete upload\"}" - low level retry 2/10
2017/05/17 12:04:44 DEBUG : 2010/2010-04 xxx7z.001: Upload error detected but didn't finish upload: HTTP code 400: "400 Bad Request": response body: "{\"message\":\"Could not read from request.\"}" ("400 Bad Request")
2017/05/17 12:04:44 DEBUG : pacer: Rate limited, sleeping for 848.876436ms (1 consecutive low level retries)
2017/05/17 12:04:44 DEBUG : pacer: low level retry 1/1 (error HTTP code 400: "400 Bad Request": response body: "{\"message\":\"Could not read from request.\"}")
2017/05/17 12:04:44 DEBUG : 2010/2010-04 xxx7z.001: Received error: HTTP code 400: "400 Bad Request": response body: "{\"message\":\"Could not read from request.\"}" - low level retry 3/10
2017/05/17 12:04:44 DEBUG : pacer: Resetting sleep to minimum 20ms on success

Does anyone have an idea what I’m doing wrong or what rclone does wrong not to upload every file many times before it succeeds?
Sorry for my English, I’m a german guy :wink:

Googledrive is working :slight_smile:

Same problem here :frowning: