Migrate/import guide from gdrive to kdrive failed

What is the problem you are having with rclone?

In a nutshell, Infomaniak guide to migrate/import gdrive to kdrive failed with an rclone error, so Informaniak said I need to take up the challenge with rclone.

I successfully tried various arguments to import data from gdrive to kdrive using rclone, such as:

1091  rclone copy gdrive: kDrive: --progress
 1092  rclone copy gdrive: kDrive: --progress --stats 30s --checksum
 1093  rclone copy gdrive: kDrive: --dry-run --progress
 1094  clear
 1095  rclone copy gdrive: kDrive:   --progress   --stats 30s   --transfers=8 \          # Increase parallel transfers (default: 4)
 1096  clear
 1097  rclone copy gdrive: kDrive: --transfers=4 --fast-list --progress
 1098  rclone copy gdrive: kDrive: --progress --stats 30s --transfers=8 --drive-chunk-size=64M --fast-list --checkers=8 --retries=3
 1099  rclone lsf gdrive:/FolderName/Folder2Name --fast-list
 1100  rclone lsf kDrive: --fast-list
 1101  rclone config reconnect kDrive:
 1102  rclone lsf gdrive: --fast-list
 1103  rclone lsf kDrive: --fast-list
 1104  rclone size kDrive:
 1105  rclone lsf gdrive: --fast-list

However, after an elapsed time: 1h17m48.7s, there seemed to be data transferred as per Transferred: 698.446 MiB / 3.913 GiB, 17%, 204.643 KiB/s, ETA 4h35m56s
however, there are no files in the new kdrive?

Here's a snapshot of the code errors whilst rcloning gdrive to kdrive:

2025/04/13 17:06:48 ERROR : Ken's folder 😊/Andrew's folder/Andrew/Our Pictures/37A Featherby Way/2007 July - Dec 044.jpg: Failed to copy: object not found
2025/04/13 17:06:49 ERROR : Ken's folder 😊/Andrew's folder/Andrew/Our Pictures/37A Featherby Way/2007 July - Dec 047.jpg: Failed to copy: object not found
2025/04/13 17:06:49 ERROR : Ken's folder 😊/Andrew's folder/Andrew/Our Pictures/37A Featherby Way/2007 July - Dec 045.jpg: Failed to copy: object not found
2025/04/13 17:06:49 ERROR : Ken's folder 😊/Andrew's folder/Andrew/my photos/2001-feb 2006 116.jpg: Failed to copy: object not found
2025/04/13 17:06:49 ERROR : Ken's folder 😊/Andrew's folder/Andrew/my photos/2001-feb 2006 127.jpg: Failed to copy: object not found
Transferred:      698.446 MiB / 3.913 GiB, 17%, 204.643 KiB/s, ETA 4h35m56s
Errors:               538 (retrying may help)
Transferred:            0 / 10016, 0%
Elapsed time:   1h17m48.7s
Transferring:
 * Ken's folder 😊/Andrew'…/2001-feb 2006 127.jpg: 38% /250.891Ki, 31.998Ki/s, 4s
 * Ken's folder 😊/Andrew'…surfskiingjan2003..jpg:100% /16.174Ki, 0/s, -
 * Ken's folder 😊/Andrew'…my photos/DSC02387.JPG: 24% /329.371Ki, 0/s, -
 * Ken's folder 😊/Andrew'…my photos/Image000.jpg:  0% /600.933Ki, 0/s, -
 * Ken's folder 😊/Andrew'…my photos/Image001.jpg: transferring
 * Ken's folder 😊/Andrew'…is, Berlin, CH 004.jpg: transferring
 * Ken's folder 😊/Andrew'…is, Berlin, CH 007.jpg: transferring
 * Ken's folder 😊/Andrew'…is, Berlin, CH 008.jpg: transferring

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

rclone version
rclone v1.69.1
- os/version: raspbian 12.10 (64 bit)
- os/kernel: 6.12.20+rpt-rpi-2712 (aarch64)
- os/type: linux
- os/arch: arm64 (ARMv8 compatible)
- go/version: go1.24.0
- go/linking: static
- go/tags: none

Are you on the latest version of rclone? You can validate by checking the version listed here: Rclone downloads
--> Confirmed as latest version

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

Google Drive, however moving to kDrive.

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

As above:

1091  rclone copy gdrive: kDrive: --progress
 1092  rclone copy gdrive: kDrive: --progress --stats 30s --checksum
 1093  rclone copy gdrive: kDrive: --dry-run --progress
 1094  clear
 1095  rclone copy gdrive: kDrive:   --progress   --stats 30s   --transfers=8 \          # Increase parallel transfers (default: 4)
 1096  clear
 1097  rclone copy gdrive: kDrive: --transfers=4 --fast-list --progress
 1098  rclone copy gdrive: kDrive: --progress --stats 30s --transfers=8 --drive-chunk-size=64M --fast-list --checkers=8 --retries=3
 1099  rclone lsf gdrive:/FolderName/Folder2Name --fast-list
 1100  rclone lsf kDrive: --fast-list
 1101  rclone config reconnect kDrive:
 1102  rclone lsf gdrive: --fast-list
 1103  rclone lsf kDrive: --fast-list
 1104  rclone size kDrive:
 1105  rclone lsf gdrive: --fast-list

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

rclone config redacted
[gdrive]
type = drive
client_id = XXX
client_secret = XXX
scope = drive
token = XXX
team_drive = 

[kDrive]
type = webdav
url = https://kdrive.infomaniak.com/app/drive/1577180
vendor = rclone
user = XXX
pass = XXX
### Double check the config for sensitive info before posting publicly

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

Unsure how to obtain what exact log text?

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