"message", "There was an error (400) submitting the request."
Asura0528 opened this issue · 2 comments
Asura0528 commented
"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
Asura0528 commented
huangcaohui commented
Apparently notion-py has some issues with big http limits.
A workaround for me (a noob on python) to make it work was:
- Run
pip show notion
on the terminal. - Get notion package location and access its contents (e.g.
d:\anaconda\lib\site-packages\notion
). - Change
store.py
line 280 to"limit": 100
.