Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uploading images #108

Open
5 tasks done
alexflint opened this issue May 9, 2021 · 3 comments
Open
5 tasks done

Uploading images #108

alexflint opened this issue May 9, 2021 · 3 comments
Assignees

Comments

@alexflint
Copy link

Thank you for maintaining this library.

I am trying to use gkeepapi to export my notes from Bear Notes and upload them to Google Keep. However, I have images in many of my notes and the gkeepapi docs say that the images associated with a note are read-only. Does this mean that it is not possible to upload images with gkeepapi? If I were to try to implement this feature, do you have any pointers or notes on what I would need to do?

Many thanks.

=========================================================

Debian GNU/Linux 10, Python 3.7.3

Please make sure you've done the following before submitting your issue:

  • Check that you're running the newest version of the library.
  • If you're providing a stack trace, make sure it doesn't contain your password.
  • If you're getting a KeyError or ParseException, please follow the instructions here to dump the raw data.

Additionally, please provide the following information:

  • Operating system
  • Python version
@kiwiz
Copy link
Owner

kiwiz commented May 28, 2021

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 authentication cookies (as opposed to an OAuth token). If you want to delve deeper, I can provide some additional detail. Be warned that this will probably involve looking at the Google Keep Android app.

@jarrettgsteele
Copy link

I am also interested in this feature, can you provide those additional details. Thank you

@kiwiz
Copy link
Owner

kiwiz commented Jan 19, 2024

See #137 for implementation details

@kiwiz kiwiz self-assigned this Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants