vscode-notion
vscode-notion copied to clipboard
Request failed with status code 500
Hi. I've just intalled the extension. I've found my notion token_v2, copied it and put it on the extension configs as said here.
I copy a link from my private notion notebook, but it always shows this error.
Any way to solve it?
got the same problem. was anyone able to fix it?
same problem + 1.
same here. did Notion change something that breaks this now?
I had better luck after changing the API address in the extension settings to https://notion-api.splitbee.io/
My problem was that I was using an API token and not the oauth token which I dug out of my chrome cookies. It now works.
+1
In your browser -> Dev tools in your notion log in -> application -> cookies -> notion.so -> token_v2 -> copy de value in the VS code extension settings, in "VSCode Notion: Access Token"
With these settings it still didn't worked
I add the same issue.
Be sure to get the token with "Show URL-decoded" unchecked. ":" replaced with % in your token.
Now it works for public pages but got "Couldn't load the data from API" for pages not published