I been working on a project in which I am trying to connect the Notion Database to my iOS app. I am having issues with sending post request to the database with shared integration token and see if I can get the responses.
I keep getting 404 not found, as shown below
{
"object": "error",
"status": 404,
"code": "object_not_found",
"message": "Could not find database with ID: _32Digits_. Make sure the relevant pages and databases are shared with your integration."
}
I am working with Thunder Client on VSCode and Postman try to get a response. Both failed to do so. So I am wondering if I miss anything in the integration setup.
Any tips or help would be greatly appreciated!
-> Reference video on "Flutter and Notion API app" https://www.youtube.com/watch?v=3vhWx2LT-SY
I tried to follow the instructions but stuck on the sending post request part :(