kiwiz / gkeepapi

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

Is this safe? #154

Closed will-ca closed 8 months ago

will-ca commented 8 months ago

I accidentally clicked a button that instantaneously modified the state of thousands of notes. (Not sure what exactly, but I assume CTRL+A, thinking I was in a text box, followed by trying to type, and pressing one of the single-letter hotkeys for Archive/Delete.)

I would like to be able to to undo that accident, using the state of a Takeout archive as reference.

Would I be risking my Google account by doing so?

I.E., Is there any precedent or statement of Google disabling an account because of use of gkeepapi?

kiwiz commented 8 months ago

Not to my knowledge. You might hit rate limits, so I'd recommend making your code idempotent and/or adding retry logic

will-ca commented 8 months ago

Cool. Well, I guess there's enough users of both this and downstream projects to trust we'd hear about it.

Sounds like a sensible precaution, and thanks for the quick response!