Cobertos/md2notion

"message", "There was an error (400) submitting the request."

Asura0528 opened this issue · 2 comments

"message", "There was an error (400) submitting the request."
When I want to import pictures(md file local path) by using this package, it reported me this error

Apparently notion-py has some issues with big http limits.

A workaround for me (a noob on python) to make it work was:

  1. Run pip show notion on the terminal.
  2. Get notion package location and access its contents (e.g. d:\anaconda\lib\site-packages\notion).
  3. Change store.py line 280 to "limit": 100.