pyicloud
pyicloud copied to clipboard
iCloud Notes Empty
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
- pyiCloud release with the issue (
pip show pyicloud): - Last working pyiCloud release (if known):
- Service causing this issue:
- Python version (
python -V): - Operating environment (project deps/Docker/Windows/etc.):
Traceback/Error logs
Checklist
- [x] I've looked informations into the README.
- [x] I've looked informations into the pyiCloud's code.
- [x] I've looked informations in Google.
Additional information
I’m interested this issue. Is that possible to use for notes?
Anyone have any recommendations?
Maybe it's a duplicate of #173, i have finished a simple demo for it.