Kai

Results 87 comments of Kai

Opps, thanks for opening this issue. I've cleaned up the version specifiers for `enum34` and uploaded a new release.

I suspect this might have to do with the dynamic version here: https://github.com/kiwiz/gkeepapi/blob/master/setup.py#L17. Could you try hardcoding a version to see if that allows you to build an executable correctly?...

Not at the moment. I took a quick look and it appears that the code to do this is client side. To convert to a list: - Split content by...

This was primarily to maintain Py2 compatibility, but we should now be in the clear. All deprecation work is currently tracked in the https://github.com/kiwiz/gkeepapi/tree/deprecate_py2 branch. If you're feeling adventurous, PRs...

Let's use the latter to maximize compat.

Done. :+1:

Thanks, pushed up fixes.

> Keep::login Hmm, these probably shouldn't return anything. In the interest of preserving backwards compat, let's not document the return value, but keep them for now. The `if` statements can...

Thanks for the interest! If I recall correctly, the endpoint for uploading files actually exists on a separate API - in order to use that one, you need to have...

Try testing on another system/another account to see if you can isolate the cause of the issues. As for why Py3 is being suggested, see https://github.com/kiwiz/gkeepapi/issues/69 for more details.