当我尝试向频道发送消息时,我收到 HTTP 未经授权的错误?

When i try sending message to channel i receive HTTP unauthorized error?

我正在尝试使用下面的 Graph API 调用,根据 Microsoft 文档将消息发送到给定的频道。但是我收到 HTTP 未经授权的错误。请帮忙。

POST /teams/{team-id}/channels/{channel-id}/messages

我使用委派权限进行了测试并且有效。当您使用应用程序权限进行测试时,您发现了这个问题。因为此时不支持应用权限。这是 documentation talks about the same. Hence consider filing Microsoft 365 Developer Platform idea/uservoice 以便 Microsoft Teams 可以考虑实施它。