picklepete / pyicloud

A Python + iCloud wrapper to access iPhone and Calendar data.
MIT License
2.48k stars 436 forks source link

Can you upload photos to albums? #192

Open PropelledDog opened 5 years ago

PropelledDog commented 5 years ago

I see that it is possible to download photos from any iCloud photo album, however, is it possible to add a photo (i.e. upload) to a given iCloud photo album?

Quentame commented 4 years ago

Seeing the service it don't seems it's possible : https://github.com/picklepete/pyicloud/blob/master/pyicloud/services/photos.py

That would be nice indeed, free to open a PR on this ! 😉

IanEdington commented 2 years ago

It looks like #354 does this but hasn't been reviewed and merged