Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
234 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
-1 votes
0 answers
49 views

enter image description here this big error shows in the webapp all the auth of notion is done and the deploying is working until i have change the response output generation of the gemini function. ...
B2B Casefiles's user avatar
0 votes
0 answers
44 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
45 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
91 views

I made a project to update some Notion tables automatically. By runing this code: # Get page(s) from given instance def PegarPaginas(index_instancia: int, n_paginas: int = 1): url = f"https://...
Matrodsilver's user avatar
0 votes
0 answers
59 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
33 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
153 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
52 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
160 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
80 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
0 answers
27 views

Is it possible to query all databases using notion-sdk-js? Before asking this question, I read the usage of notion-sdk-js: it reflects: Operations related to databases must pass the database_id. ...
qg_java_17137's user avatar
0 votes
0 answers
26 views

For example, if I know a Notion page ID, can I open the Notion App based on this page ID in other apps? In other words, is there a method that can be called to open the Notion App and display the page ...
qg_java_17137's user avatar
0 votes
1 answer
105 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
148 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

15 30 50 per page
1
2 3 4 5
21