Questions tagged [notion.net]
3 questions
1
vote
1 answer
Share page to external users via Notion api
I'm trying to use Notion api and Notion SDK for .Net to share some pages to external users by email. There is a People property in Page object. But I get an error if I try to add this property to an existing page:
var page = await…

Vadim Martynov
- 8,602
- 5
- 31
- 43
0
votes
1 answer
How can I get a column from a related database in Notion?
I am working on a database to organize my medical calendar. I am migrating something that I already had done on Google Sheets to Notion.
But I came across the following problem: I want to create a view that has a column obtained from another…

Taiel Martinez
- 31
- 3
0
votes
0 answers
Notion.Net throws JsonSerializationException when retrieving block children
I need to retrieve children from a notion block (page). I use C# with Notion.Net library. There's a database, with other pages at rows. I'm trying to retrieve such page's children with
await notion.Blocks.RetrieveChildrenAsync(id);
It causes an…

Eugene
- 1