paperboi / kindle2notion

Export all clippings from your Kindle device to a database in Notion.
https://pypi.org/project/kindle2notion/
MIT License
903 stars 120 forks source link

Unable to sync clippings with many highlights #87

Open pdbg opened 1 year ago

pdbg commented 1 year ago

I've tried to sync my kindle clipping recently and one of the books contains 694 highlights and failed with 413 Payload Too large error.

paperboi commented 1 year ago

It has to do with the current character limit imposed on a single block in Notion. To speed up the book uploads, what we do is currently upload all clippings onto a single text block in Notion. Here, we'd need to write a use case to address this error.