You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: