picklepete / pyicloud

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

iCloud Notes Empty #319

Open elteal opened 3 years ago

elteal commented 3 years ago

When I request the 'Notes' directory I do not have any files listed.

api.files['com~apple~Notes']['Documents'].dir()

Executing that line of code only returns '[]'. But I know I have files in my Notes application that are synced to iCloud.

Environment: Juptyer notebook/ pyicloud 0.9.7

Traceback/Error logs

Checklist

Additional information

wimpykid719 commented 3 years ago

I’m interested this issue. Is that possible to use for notes?

elteal commented 3 years ago

Anyone have any recommendations?

zarkin404 commented 2 years ago

Maybe it's a duplicate of #173, i have finished a simple demo for it.