nissy

Results 2 comments of nissy

It seems that the Notion API has changed and a large limit get 400 error now. I changed `"limit": 100000` to `"limit": 100` , and got 200.

FYI, the API has been also changed so that requesting loadPageChunk multiple times will result in a 429 error(Too Many Requests). In my case, I had to wait about a...