Questions tagged [notion]
97 questions
0
votes
0 answers
GET Request to the Notion Database API throwing 401 status code (using reqwest)
I'm working on a wasm rust app with Yew, and trying to retrieve database entries from Notion to fill the app's body content. I'm using reqwest to do all the http requesting part, but no matter what I do it keeps returning a 401 status code. I've…

TheVonKanar
- 1
- 2
0
votes
0 answers
Notion Py - Add To Do Block To Certain Column
I am trying to add a block to the 'To Do' column on my notion board in Notion Py. Currently, I have this.
page = self.client.get_block('https://www.notion.so/xyz')
newchild = page.children.add_new(TodoBlock, title="Something to get done", status='To…

zxro
- 1
- 1
0
votes
1 answer
Newtonian notation for derivates on latex
I am using Notion for my studies: so I have to use Latex to represent the equations or others math stuffs. I noticed that I can use the Newtonian notation on Latex with the command \dot or \ddot (first derivative and second derivative) but I cannot…
0
votes
0 answers
How to change Notion page property type?
I'm using notion-sdk-py package to interact with Notion SDK.
I want to change property type multi_select -> rich_text (text)
Prop is multi_select type property
My code:
from notion_client import Client
notion =…

yEmreAk.com
- 3,278
- 2
- 18
- 37
-1
votes
2 answers
405 (Method Not Allowed) with notion
I am working on a small project in which data after filling the form will be posted on the notion.
Error while submitting button from form:contact.jsx?287f:14 POST http://localhost:3000/contact 405 (Method Not Allowed)enter link description…