Skip to content
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

Could not find database with ID #35

Open
gdlpLG opened this issue Jan 4, 2025 · 0 comments
Open

Could not find database with ID #35

gdlpLG opened this issue Jan 4, 2025 · 0 comments

Comments

@gdlpLG
Copy link

gdlpLG commented Jan 4, 2025

hi,
I already use the function for my main calendar,
However I have duplicated the database, impossible to make it work I still have an ID problem.
I tried with other calendar on Google Calendar and it works fine.
Here's part of the error message :

s\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\httpx_models.py", line 1105, in raise_for_status
raise HTTPStatusError(message, request=request, response=self)
httpx.HTTPStatusError: 404 Client Error: Not Found for url: https://api.notion.com/v1/databases/16f4b5856446800faf49c9fc3f3f6916/query
For more information check: https://httpstatuses.com/404

During handling of the above exception, another exception occurred:

Notion-Gcal-Sync2\Notion-GCal-2WaySync-Public.py", line 393, in
my_page = notion.databases.query( #this query will return a dictionary that we will parse for information that we want

AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\notion_client\client.py", line 93, in _parse_response
raise APIResponseError(error.response, body)
notion_client.errors.APIResponseError: Could not find database with ID: 16f4b585-6446-800f-af49-c9fc3f3f6916. Make sure the relevant pages and databases are shared with your integration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant