picklepete / pyicloud

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

Items of type app_library show up empty #442

Closed depaljas closed 8 months ago

depaljas commented 8 months ago

The problem

The .dir() method works for regular folders, but not for application libraries it comes up empty, see log below.

Environment

Traceback/Error logs

>>> api.drive['Obsidian'].type
'app_library'
>>> api.drive['Obsidian'].dir()
[]

Additional information

depaljas commented 8 months ago

Nevermind, I suspect this project is dead / is continued in https://github.com/mandarons/icloudpy.