I'm having a problem with Photos app uploading to iCloud. The error I get on the console is
cloudphotosd[385]: Reset Sync Requested! Reason: Error Domain=NSPOSIXErrorDomain Code=13 "Permission denied" UserInfo=0x7fcc894063f0 {NSURL=file:///Users/localuser/Pictures/Photos%20Library.photoslibrary/private/com.apple.cloudphotosd/CloudSync.noindex/Engine/filecache/AY9/cplAY9aEGVOm1qDPfJDD0_7g+04biie.mov, NSLocalizedDescription=Permission denied}
Specifically, I'm trying to figure out the encoding used by cloudphotosd to create the filename in the filecache
cplAY9aEGVOm1qDPfJDD0_7g+04biie.mov
It looks like base64 but base64 decoders reject it as not valid.
Can someone help let me know how the original filename was encoded to arrive at this filename?
Thanks, Glen
cloudphotosd[385]: Reset Sync Requested! Reason: Error Domain=NSPOSIXErrorDomain Code=13 "Permission denied" UserInfo=0x7fcc894063f0 {NSURL=file:///Users/localuser/Pictures/Photos%20Library.photoslibrary/private/com.apple.cloudphotosd/CloudSync.noindex/Engine/filecache/AY9/cplAY9aEGVOm1qDPfJDD0_7g+04biie.mov, NSLocalizedDescription=Permission denied}
Specifically, I'm trying to figure out the encoding used by cloudphotosd to create the filename in the filecache
cplAY9aEGVOm1qDPfJDD0_7g+04biie.mov
It looks like base64 but base64 decoders reject it as not valid.
Can someone help let me know how the original filename was encoded to arrive at this filename?
Thanks, Glen