mandarons / icloudpy

iCloud web service interface library in Python
Other
179 stars 17 forks source link

[FEATURE] support for hidden folder #27

Open deinfreu opened 1 year ago

deinfreu commented 1 year ago

Use case As a user, I want to download iCloud hidden folder so that I can always have backup of my private pictures

Describe the solution you'd like The app should download the hidden folder

Describe alternatives you've considered None available.

Additional context Apple introduced hidden folder feature in iCloud Drive.

mandarons commented 11 months ago

@deinfreu it looks like this feature already works. I was able to iterate over hidden photos album:

api.photos.albums['Hidden']

Is it not working for you?