概念 API 不再 return 归档 URL
Notion API doesn't return file URL anymore
几个星期以来,我在 Notion 中获取我的文章和图像,就像文档一样,我的文件对象中有 name
、url
和 expiry_time
(如文档 )
但是从昨天开始,我得到了这个:
"Image": {
"id": "bK%3A%3F",
"type": "files",
"files": [
{
"name": "Super Astuto N&B.png"
}
]
},
没有“url”属性,我不知道为什么:/
我使用的是 API 版本“2021-08-16”
它再次按预期工作。
这是他们的临时问题,我联系了支持团队,他们回复了我:
This was due to a regression that was introduced the other day. Our team was able to investigate and resolve this issue.
几个星期以来,我在 Notion 中获取我的文章和图像,就像文档一样,我的文件对象中有 name
、url
和 expiry_time
(如文档 )
但是从昨天开始,我得到了这个:
"Image": {
"id": "bK%3A%3F",
"type": "files",
"files": [
{
"name": "Super Astuto N&B.png"
}
]
},
没有“url”属性,我不知道为什么:/ 我使用的是 API 版本“2021-08-16”
它再次按预期工作。 这是他们的临时问题,我联系了支持团队,他们回复了我:
This was due to a regression that was introduced the other day. Our team was able to investigate and resolve this issue.