Kai

Results 101 comments of Kai

Not AFAIK. You might be able to subscribe to platform (push) notifications, but that falls outside the app.

Absolutely. I'll probably bump the version to `1.0.0` along with this.

Pushed up a tentative fix. Can you try the `sync-fix` branch?

Thanks for the PR. The (official) clients preserve the ID when converting between `List`/`Note`. IIRC, that was what made implementing this feature complicated. The code needs to: * Convert the...

Hmm, perhaps we can get around this by making it a method on the `Keep` object like so: ```py3 list_ = keep.to_list(note) note = keep.to_note(list) ``` That looks kind of...

Try using the newest version of the library with the authentication steps outlined here: https://gkeepapi.readthedocs.io/en/latest/#obtaining-a-master-token

It's markdown-ish, so use `*`, `**`, `_`, `__`, etc

Sorry, I'll test this out soon.

Caveat! I disabled Azure when running this test as I don't have any azure keys.