I would like to post images to Google Keep using Python's gkeepapi module.
As far as I read the document, I was able to retrieve a certain image, but I didn't mention the post.When I looked it up, I couldn't find any article about posting images on gkeepapi.
I am currently posting images using Selenium, but I would like to process them in the background.
I would appreciate it if you could let me know if anyone has any experience.
python google-api
I can't.
I checked the gkeepapi
documentation and source code, but there was no way to upload the image.
Welcome to gkeepapi's documentation!—gkeepapi 0.13.6 documentation
gkeepapi/node.py at master·kiwiz/gkeepapi·GitHub
Also, it is possible to download images from the Google Keep API, but it seems impossible to upload them.
title
and body
are all specified as Output only.title
and body
are all specified as Output only.Therefore, the conclusion is that gkeepapi
and Google Keep API
cannot post images.
© 2024 OneMinuteCode. All rights reserved.