You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Annotate it (e.g.: cribble on it with your finger).
Let it sync to iCloud.
On the desktop:
Fetch the photo via iCloud pyicloud
Expected result
I'd expect the same image I see on my phone or on other iCloud devices
Actual result
The image I get doesn't have the annotation I did.
Other notes
The same things happen if I save a photo to my phone, and then crop it. The one fetch via pyicloud is the uncropped version, but everywhere else on iCloud I see the cropped version.
This is also an issue with month-old photos, so it's not a lag-in-eventual-consistency issue.
I suspect that resOriginal means "original unedited image", wheras one usually want the "latest edited original", to so call it.
Environment
$ pip show pyicloudName: pyicloudVersion: 0.10.2Summary: PyiCloud is a module which allows pythonistas to interact with iCloud webservices.Home-page: https://github.com/picklepete/pyicloudAuthor: NoneAuthor-email: NoneLicense: MITLocation: /home/hugo/.cache/virtualenvs/photos/lib/python3.9/site-packagesRequires: keyrings.alt, tzlocal, pytz, click, future, keyring, six, certifi, requestsRequired-by:
$ python -VPython 3.9.1
$ uname -srmoLinux 5.10.16-arch1-1 x86_64 GNU/Linux
Don't know if previous releases had this issue since 2FA was not supported until recently.
The text was updated successfully, but these errors were encountered:
The problem
On iOS:
On the desktop:
iCloudpyicloudExpected result
I'd expect the same image I see on my phone or on other iCloud devices
Actual result
The image I get doesn't have the annotation I did.
Other notes
The same things happen if I save a photo to my phone, and then crop it. The one fetch via
pyicloud
is the uncropped version, but everywhere else on iCloud I see the cropped version.This is also an issue with month-old photos, so it's not a lag-in-eventual-consistency issue.
I suspect that
resOriginal
means "original unedited image", wheras one usually want the "latest edited original", to so call it.Environment
The text was updated successfully, but these errors were encountered: