Skip to content

notion.databases.X don't working #267

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
peppelongo96 opened this issue May 12, 2025 · 0 comments
Open

notion.databases.X don't working #267

peppelongo96 opened this issue May 12, 2025 · 0 comments
Labels
investigate Not sure what label to add yet :)

Comments

@peppelongo96
Copy link

peppelongo96 commented May 12, 2025

Hi,

I'm unable to work with this API.

I'm starting with a few tests.

For example this code

`
from notion_client import Client

NOTION_TOKEN = 'ntn_XXXXXXXXXXXXXXXXXXX'
DATABASE_ID = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'

notion = Client(auth=NOTION_TOKEN)
print(notion.databases.list())
exit()
`

took me to a Bad Request error.

Same script using notion.users.list() is working as expected.
Seems all related to .databases subfunctions.

Anyone too or I'm missing something?

@peppelongo96 peppelongo96 changed the title notion.databases.X no more working #266 notion.databases.X don't working #266 May 12, 2025
@peppelongo96 peppelongo96 changed the title notion.databases.X don't working #266 notion.databases.X don't working May 12, 2025
@ramnes ramnes added the investigate Not sure what label to add yet :) label May 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
investigate Not sure what label to add yet :)
Projects
None yet
Development

No branches or pull requests

2 participants