What is the problem you are having with rclone?
Can't copy items between different sharepoint remotes. The remotes have different accounts in different tenants. It works with v1.66.0
Run the command 'rclone version' and share the full output of the command.
rclone v1.67.0
- os/version: Microsoft Windows 11 Pro 23H2 (64 bit)
- os/kernel: 10.0.22631.3737 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.22.4
- go/linking: static
- go/tags: cmount
Which cloud storage system are you using? (eg Google Drive)
Microsoft OneDrive
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone copy spRemote:IejbI0a.jpg spRemote2: -vv
The rclone config contents with secrets removed.
[spRemote]
type = onedrive
client_id = 4XXXXXXXXXXXXXXX
client_secret = iXXXXXXXXXXXXXXX
server_side_across_configs = true
link_scope = organization
av_override = true
delta = true
token = {"access_token":"eXXXXXXXXXXXXXXXXX","expiry":"2024-07-01T20:21:31.575101+02:00"}
drive_id = b!pXXXXXXXXXXXXXXXXXXXXXX
drive_type = documentLibrary
[spRemote2]
type = onedrive
client_id = 4XXXXXXXXXXXXX
client_secret = iXXXXXXXXXXXXXX
server_side_across_configs = true
av_override = true
delta = true
token = {"access_token":"eXXXXXXXXXXXXX","expiry":"2024-07-01T20:13:43.4380418+02:00"}
drive_id = b!_qXXXXXXXXXXXXXXXXXX
drive_type = documentLibrary
A log from the command with the -vv
flag
2024/07/01 19:24:04 DEBUG : rclone: Version "v1.67.0" starting with parameters ["rclone" "copy" "spRemote:IejbI0a.jpg" "spRemote2:" "-vv"]
2024/07/01 19:24:04 DEBUG : Creating backend with remote "spRemote:IejbI0a.jpg"
2024/07/01 19:24:04 DEBUG : Using config file from "R:\\rclone.conf"
2024/07/01 19:24:05 DEBUG : fs cache: adding new entry for parent of "spRemote:IejbI0a.jpg", "spRemote:"
2024/07/01 19:24:05 DEBUG : Creating backend with remote "spRemote2:"
2024/07/01 19:24:05 DEBUG : IejbI0a.jpg: Need to transfer - File not found at Destination
2024/07/01 19:24:06 ERROR : IejbI0a.jpg: Failed to copy: itemNotFound: Item not found
2024/07/01 19:24:06 ERROR : Attempt 1/3 failed with 1 errors and: itemNotFound: Item not found
2024/07/01 19:24:06 DEBUG : IejbI0a.jpg: Need to transfer - File not found at Destination
2024/07/01 19:24:06 ERROR : IejbI0a.jpg: Failed to copy: itemNotFound: Item not found
2024/07/01 19:24:06 ERROR : Attempt 2/3 failed with 1 errors and: itemNotFound: Item not found
2024/07/01 19:24:06 DEBUG : IejbI0a.jpg: Need to transfer - File not found at Destination
2024/07/01 19:24:07 ERROR : IejbI0a.jpg: Failed to copy: itemNotFound: Item not found
2024/07/01 19:24:07 ERROR : Attempt 3/3 failed with 1 errors and: itemNotFound: Item not found
2024/07/01 19:24:07 INFO :
Transferred: 0 B / 0 B, -, 0 B/s, ETA -
Errors: 1 (retrying may help)
Elapsed time: 2.9s
2024/07/01 19:24:07 DEBUG : 6 go routines active
2024/07/01 19:24:07 Failed to copy: itemNotFound: Item not found