【发布时间】:2020-10-07 20:54:28
【问题描述】:
我正在尝试检索与每个团队中的每个频道关联的所有文件。根据 Microsoft Graph REST API V1.0 文档,它是 GET /teams/{id}/channels/{id}/filesFolder。\
请看https://docs.microsoft.com/en-us/graph/api/channel-get-filesfolder?view=graph-rest-1.0&tabs=http
但是,filesFolder 不再显示为可用查询。还有办法实现吗?
编辑:对于消息来说似乎是一样的。 https://docs.microsoft.com/en-us/graph/api/channel-list-messages?view=graph-rest-beta&tabs=csharp&viewFallbackFrom=graph-rest-1.0
为什么这些查询不再可用?
【问题讨论】:
标签: microsoft-graph-api microsoft-teams