Is there any API that would help me to extract pictures from my iCloud's photo stream on Mac ? Thanks !

link|improve this question

73% accept rate
feedback

1 Answer

I believe the answer at the moment is not officially. The iCloud for Developers API would be the straightforward way to do it. But every description I've read of it talks only about "Documents" and "Key/Value Data": photos and Photo Stream are conspicuous by their absence. (I don't have access to read the API docs; someone with Mac or iOS developer access could verify this.)

I've noticed that on my Mac syncing via Photo Stream, the photos I took on my iPhone and sent to iCloud are showing up in /Users/nelson/Pictures/iPhoto Library/Masters/. Presumably this is the local cache iPhoto maintains. Not a formal API, but possibly a quick and dirty way to get ahold of the images.

link|improve this answer
1  
Thanks. Actually I have found another local cached folder with the pictures and developed an application to manage it (petits-suisses.ch). – Laurent Crivello Jan 22 at 14:27
1  
Thanks! For Lightroom, is there any reason not to just set the cache directory itself as a watched folder and have Lightroom pick up photos from there? – Nelson Jan 22 at 17:56
1  
No, for 3 reasons: 1. Lightroom wants to start with a clean folder 2. Lightroom deletes pictures after retrieving 3. Watched folders cannot look into subfolders what here the case is. – Laurent Crivello Jan 23 at 14:08
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.