我们正在使用下面的图形端点来获取存储通道文件的位置的元数据。
GET /teams/{id}/channels/{id}/filesFolder
有时对于新创建的 MS 团队/频道,它会返回 404 not found。
GET
HTTP/1.1 404 Not Found
client-request-id: c5346ac2-b438-4852-84da-d8f9d257ed66
request-id: 299100d3-fb5e-41e2-a3a4-f04ec11d21b4
Cache-Control: private
Content-Type: application/json
Date: Fri, 26 Jun 2020 07:54:13 GMT
request-id: 299100d3-fb5e-41e2-a3a4-f04ec11d21b4
{
"error": {
"code": "NotFound",
"message": "SharePoint folder not found for this channel.",
"innerError": {
"date": "2020-06-26T07:54:13",
"request-id": "299100d3-fb5e-41e2-a3a4-f04ec11d21b4"
}
}
}
看起来 Ms 团队没有为新频道创建文件夹。以前这曾经奏效。
我们是否有任何替代 API 来为 MS 团队频道创建文件夹?