【发布时间】:2022-01-13 18:28:38
【问题描述】:
我是乌古尔,
https://developers.notion.com/reference/retrieve-a-database
https://api.notion.com/v1/databases/database_id
我使用“https://www.notion.so/111111111111111111?v=222222222222222”作为数据库 ID。 (http://prntscr.com/22cn4dp)
我使用“Authorization: Bearer $NOTION_API_KEY and Notion-Version: 2021-08-16”作为 cURL。
我将它与 Postman 一起使用,但出现错误。
错误代码:
{
"object": "error",
"status": 404,
"code": "object_not_found",
"message": "Could not find database with ID: 1111111111111111."
}
我该如何解决?
【问题讨论】: