Jottacloud error message

What is the problem you are having with rclone?

I uploaded several large files over the course of a few hours. I ran about 3 to 4 concurrent transfers. During the last two transfers, I got the following error message on both:

HTTP error 420 (420 status code 420) returned body: "{\"code\":420,\"message\":null,\"cause\":\"\",\"error_id\":\"IncompleteUploadOpenApiException\",\"x-id\":\"785849950176\"}"

Is this just a 'too many requests' type of error?
What would be good settings to use to not see this again (e.g. would --transfers etc work here?)

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

rclone v1.67.0

  • os/version: ubuntu 22.04 (64 bit)
  • os/kernel: 5.15.0-107-generic (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.22.4
  • go/linking: static
  • go/tags: none

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

Jottacloud

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

rclone move folder1/file1.ext remote:folder2/ -P

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

[jotta]
type = jottacloud
configVersion = 1
client_id = XXX
client_secret = 
tokenURL = https://id.jottacloud.com/auth/realms/jottacloud/protocol/openid-connect/token
token = XXX
device = 
mountpoint =

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

I didn't use -vv, and now another instance of the same command is running, again not with -vv. I will rerun it with -vv if it fails yet again.

HTTP error 420 (420 status code 420) returned body: "{\"code\":420,\"message\":null,\"cause\":\"\",\"error_id\":\"IncompleteUploadOpenApiException\",\"x-id\":\"785849950176\"}"

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