Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
1 answer
97 views

When trying to access AI transcript and summaries using the python SDK the object returned is a block object of type 'unsupported'. I know this is still in beta, is it possible to access it through ...
ilh's user avatar
  • 7
2 votes
1 answer
494 views

I'm experimenting with Pydantic AI as agentic framework and want to use Notion's remote MCP server as tool for my agent. Remote server's endpoint seems to require OAuth token to be accessed, but I ...
Krešimir Nesek's user avatar
0 votes
0 answers
59 views

I’m using Next App Router with notion.getPage and react-notion-x’s NotionRenderer to render Notion pages on my site. This setup allows internal users to edit Notion workspace pages and have changes ...
user28251316's user avatar
3 votes
0 answers
55 views

I need to determine via the Notion API whether a page is shared with the entire workspace (“Everyone at ”), not just whether my integration can access it. Does the public API expose any field or ...
Lilu Xu's user avatar
  • 21
0 votes
0 answers
75 views

I'm using the Notion API with Node.js to convert a local resume.md file into a Notion page. The file contains French text with accents like é, è, and à. This is my code, I tried: Reading and writing ...
WilOnWeb's user avatar
0 votes
0 answers
35 views

I am trying to create a gradle task for an Android App to publish all project dependencies on a Notion Page using Notion API. The issue I have is when I am trying to launch this task I get a HTTP 400 ...
Nicolas DUBOSCQ's user avatar
0 votes
1 answer
196 views

I am making a personal project using Notion API and I noticed that they've implemented web hooks that send events to your API on different actions. I was thinking on using this feature to receive ...
Diego Martinez's user avatar
0 votes
0 answers
81 views

I’m integrating Notion's OAuth flow and encountered unexpected behavior regarding redirect_uri. According to RFC 6749 Section 3.1.2, registered redirect URIs may include query string parameters, as ...
Idan's user avatar
  • 1
0 votes
1 answer
183 views

I'm trying to query a Notion database using Google Apps Script, but I keep getting a 404 Not Found error. My Setup Using Google Apps Script (GAS) to query a Notion Database. Notion API Version: 2022-...
1 vote
0 answers
84 views

I am integrating Notion’s OAuth 2.0 authentication in Python using the Notion SDK and need to retrieve the redirected URL after user login and consent. Expected Behavior: I want to automate the ...
Shrishvesh Reddy's user avatar
0 votes
1 answer
118 views

The Notion API is unable to work with image URLs that contain query strings, i.e., adding a Google Maps static image via URL (key obscured for obvious reasons): {"children”: [ { "...
Steven Buehler's user avatar
1 vote
0 answers
191 views

I am working with the Notion API to retrieve children blocks of a page using the following code: await notionClient.blocks.children.list({ block_id: id }); After fetching the page blocks, I filter ...
Ortali's user avatar
  • 1
1 vote
0 answers
131 views

I am creating a Notion integration and I need information about the teamspaces (id, name, etc.), and also which teamspace each page/database belongs to. Is there a way to get this data from the api? I ...
Maya's user avatar
  • 11
3 votes
1 answer
167 views

I'm currently trying to implement adding pages using Notion's API. I have confirmed that a new page can be added by specifying the ID of the page or database (table), but is it not possible to add a ...
sktama's user avatar
  • 33
2 votes
1 answer
510 views

I need to create a subpage (sub-item) of a preexisting page inside a database in Notion using Notion API. I use Python to make API calls. I tried to do a create page API call as described in the API ...
ela's user avatar
  • 401

15 30 50 per page
1
2 3 4 5
20