OpenDrive throwing error 400 (Temp file does not exist)

What is the problem you are having with rclone?

I'm evaluating OpenDrive as a replacement to Jottacloud's glacial speed when over 20 TB. (Yeah, I'm a hoarder.) I tested rclone copy with a smallish folder of ~400 MP4 and JPEG files, totaling 577 MB. That copy took 2 hours and finished with 11 errors after the standard 3 retries. The first attempt had over 130 errors. From what I've gleaned earlier, they were of the kind Failed to copy: failed to create file: Temp file does not exist (Error 400). I'm disappointed that my first try on OpenDrive gave me so many errors. What could be the cause?

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

$ rclone version
rclone v1.61.1

  • os/version: raspbian 10.13 (64 bit)
  • os/kernel: 5.10.103-v8+ (aarch64)
  • os/type: linux
  • os/arch: arm64
  • go/version: go1.19.4
  • go/linking: static
  • go/tags: none

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

This was on OpenDrive, free tier.

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

rclone -vv -Pu copy twph/callmeolivia00/ open:/twph/callmeolivia00/ --log-file=rclone_opendrive.log --dump-headers

The rclone config contents with secrets removed.

$ rclone config show open
[open]
type = opendrive
username = user@example.com
password = *** ENCRYPTED ***

A log from the command with the -vv flag

Log on Gist

hello and welcome to the forum,

maybe this can be of help?
https://forum.rclone.org/t/opendrive-and-10gb-files-error-message-invalid-temp-file-location/22765/15

I'm not sure because all files were small; the mp4 were around 10 MB. But I'll adjust the timeout on further testing to see if the errors stop.

Tried another folder, this one with 41 files. Timeout set to 15 minutes. 12 failed with the error 400 on the first attempt.

ok, i do not know, but hopefully now there is enough info for someone else to comment.

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