What is the problem you are having with rclone?
Hello, I’m trying to upload some folders on my Internxt cloud and I get lots of error messages
Run the command 'rclone version' and share the full output of the command.
rclone v1.73.0
- os/version: darwin 26.2 (64 bit)
- os/kernel: 25.2.0 (arm64)
- os/type: darwin
- os/arch: arm64 (ARMv8 compatible)
- go/version: go1.25.6
- go/linking: dynamic
- go/tags: non
Which cloud storage system are you using? (eg Google Drive)
Internxt
The command you were trying to run (eg rclone copy /tmp remote:tmp)
rclone copy "/Volumes/QuattroTera/Immagini/Libreria foto/Archivio/NIKON D610/2026/01" "Internxt:/Libreria foto/Archivio/NIKON D610/2026" --transfers 24 --checkers 48 --ignore-existing --size-only --ignore-checksum --progress
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[Internxt]
type = internxt
email = XXX
pass = XXX
description = Internxt Cloud Drive
name = Internxt
mnemonic = XXX
token = {"access_token":"XXX","token_type":"Bearer","expiry":"2026-02-12T01:55:06+01:00"}
2fa_code =
### Double check the config for sensitive info before posting publicly
(btw the command as it right now is not redacting the access token, I manually removed that)
A log from the command that you were trying to run with the -vv flag
rclone copy "/Volumes/QuattroTera/Immagini/Libreria foto/Archivio/NIKON D610/2026/01" "Internxt:/Libreria foto/Archivio/NIKON D610/2026" --transfers 24 --checkers 48 --ignore-existing --size-only --ignore-checksum --progress
2026/02/09 22:50:06 ERROR : 610_4525.NEF: Failed to copy: failed to create file metadata: create meta: error code: 1015 (status 429)
Transferred: 683.099 MiB / 5.872 GiB, 11%, 55.162 MiB/s, ETA 1m36s
2026/02/09 22:50:06 ERROR : 610_4523.NEF: Failed to copy: failed to create file metadata: create meta: error code: 1015 (status 429)
Transferred: 687.943 MiB / 5.872 GiB, 11%, 55.162 MiB/s, ETA 1m36s
2026/02/09 22:50:06 ERROR : 610_4524.NEF: Failed to copy: failed to create file metadata: create meta: error code: 1015 (status 429)
2026/02/09 22:50:07 ERROR : 610_4499.NEF: Failed to copy: failed to create file metadata: create meta: error code: 1015 (status 429)
[... (I'm redacting part of the list coz it's exactly the same]
2026/02/09 22:56:59 ERROR : 610_4566.NEF: Failed to copy: failed to create file metadata: create meta: error code: 1015 (status 429)
2026/02/09 22:57:02 ERROR : 610_4678.NEF: Failed to copy: failed to create file metadata: create meta: error code: 1015 (status 429)
2026/02/09 22:57:02 ERROR : 610_4606.NEF: Failed to copy: failed to create file metadata: create meta: error code: 1015 (status 429)
2026/02/09 22:57:02 ERROR : 610_4597.NEF: Failed to copy: failed to create file metadata: create meta: error code: 1015 (status 429)
2026/02/09 22:57:06 ERROR : 610_4654.NEF: Failed to copy: failed to create file metadata: create meta: error code: 1015 (status 429)
2026/02/09 22:57:09 ERROR : 610_4693.NEF: Failed to copy: failed to create file metadata: create meta: error code: 1015 (status 429)
2026/02/09 22:57:22 ERROR : 610_4695.NEF: Failed to copy: failed to create file metadata: create meta: error code: 1015 (status 429)
2026/02/09 22:57:23 ERROR : 610_4674.NEF: Failed to copy: failed to create file metadata: create meta: error code: 1015 (status 429)
2026/02/09 22:57:27 ERROR : 610_4699.NEF: Failed to copy: failed to create file metadata: create meta: error code: 1015 (status 429)
2026/02/09 22:57:32 ERROR : 610_4666.NEF: Failed to copy: failed to create file metadata: create meta: error code: 1015 (status 429)
2026/02/09 22:57:32 ERROR : Attempt 3/3 failed with 128 errors and: failed to create file metadata: create meta: error code: 1015 (status 429)
Transferred: 15.231 GiB / 15.231 GiB, 100%, 6.446 MiB/s, ETA 0s
Errors: 128 (retrying may help)
Checks: 90 / 90, 100%, Listed 750
Transferred: 90 / 90, 100%
Elapsed time: 7m38.9s
2026/02/09 22:57:32 NOTICE: Failed to copy with 128 errors: last error was: failed to create file metadata: create meta: error code: 1015 (status 429)
What does that error mean? I know it’s not the -vv output but I thought it was explicative enough.
Is there some specific option to upload as fast as possible to my cloud archive without facing problems? Is there any different option you’d suggest to ignore already existing files online? I tried using that --ignore-existing option together with the other just to not reupload some files that I had already manually uploaded through the web browser.
Thanks in advance.