kiwiz / gkeepapi

An unofficial client for the Google Keep API.
MIT License
1.52k stars 112 forks source link

Specify creation time and last modified time #140

Closed wedgiebee closed 1 year ago

wedgiebee commented 1 year ago

With keep.createNote, is there a way to pass in a specific "creation time" and "last modified time"?

kiwiz commented 1 year ago

There is a timestamps attribute on the created note: https://gkeepapi.readthedocs.io/en/latest/#timestamps. However, (if memory serves) it isn't respected by the server.

wedgiebee commented 1 year ago

Ahhh, too bad. Thanks for your help!