notion-api icon indicating copy to clipboard operation
notion-api copied to clipboard

Unofficial Notion.so API

Results 8 notion-api issues
Sort by recently updated
recently updated
newest added

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

I just have two lines in my index.js file ``` import Notion from "./node_modules/notion-api-js" console.log("Hello Notion") ``` and I get this error : `Failed to load module script: The server...

I used token_v2 value in F12 > Application > Storage > Cookies on Chrome. But it says "Authentication Error: Please check your token! error". However, when I tried, getAllHTML() method...

I run `notion-api-js` in nodejs, but I cannot get right html content expect html is like that ``` music-song ... and so on ``` but return cotent is ``` [...

bug

`getPages()` only returns Pages, not Subpages. The HTML for Pages that only have Subpage links is blank. Any way to find subpageIds by pageIds?

enhancement

Also, Notion's S3 config prevents being able to actually access any images.

Is there a max blocks per page set oder does Notion prohibit getting more? I've made a length test with a long test on one page and it only gets...