Unstuck RAW iCloud sync #1181
Unanswered
PhilipTrauner
asked this question in
Q&A
Replies: 1 comment 8 replies
-
I don't know how to force iCloud to upload the photo but if you change the time, it can force a metadata sync. (Though this might not work in your case as it sounds like you already tried changing metadata). If you want to give it a try, select an offending photo then run:
This adds a second to the time. You can then immediately run the reverse:
Which restores the time to what it was. I'm glad the gpx script was helpful! I plan to incorporate that functionality into the |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've consistently managed to break iCloud photo sync when importing (built-in Photos app import functionality) RAW photos.
The only reliable workaround to unstuck iCloud sync I've discovered so far, is to rotate all photos that are likely stuck, followed by undoing the rotation again.
osxphoto inspect
reveals that the workaround results in the "Date modified" field being set for photos it was applied to, which presumably fixes something in the syncing machinery.osxphotos
has already helped me tremendously by listing which photos are actually stuck (osxphotos query --not-incloud --not-shared
), as rotating unaffected photos, which have been edited externally, sometimes corrupts their sidecar file.Now I was wondering if there's a way that
osxphotos
could be used instead of the workaround.I already tried using your (pretty awesome) script to set location data based on a
.gpx
file, in hopes that a metadata change would unstuck syncing, but that doesn't appear to be the case.Is there any operation which could potentially trigger a sync?
More than willing to share my photo database in case that's useful 😇
Beta Was this translation helpful? Give feedback.
All reactions