Since I got the rclone sync running with iCloud Photos, which works with the Apple Data Protection setting, I am now running into a filename problem.
I am running Syncovery on a Windows 11 machine and on my iCloud Photos account are files that probably have names with special characters.
The Sync-Preview-Window for example shows me this filename:
Code: Select all
Duolingo_Sharing_Ad6IH1uS+U3epSwaZvj8fP3L/o7U.png
Code: Select all
24.06.2026 21:41:37 Rclone: Error downloading: HTTP ERROR 404 Not Found | {
"error": "failed to find object: object not found",
"input": null,
"path": "PrimarySync/All Photos/Duolingo_Sharing_Ad6IH1uS+U3epSwaZvj8fP3Lï¼o7U.png",
"status": 404
}
(GET http://localhost:5572/[iCloudPhotos:]/PrimarySync/All%20Photos/Duolingo_Sharing_Ad6IH1uS%2BU3epSwaZvj8fP3L%EF%BC%8Fo7U.png) (ETGFTPErrorDoNotRetry)
24.06.2026 21:41:37 HttpsGet: HTTP ERROR 404 Not Found | {
"error": "failed to find object: object not found",
"input": null,
"path": "PrimarySync/All Photos/Duolingo_Sharing_Ad6IH1uS+U3epSwaZvj8fP3Lï¼o7U.png",
"status": 404
}
Thanks in advance.