Why are we suddenly getting 403 on graph calls to list a team's channels?

♀尐吖头ヾ 提交于 2021-01-28 07:40:33

问题


We do run the GET call: https://graph.microsoft.com/v1.0/teams/711fc163-0408-4649-9a30-af65a5d30b52/channels

It used to return the channels just fine, but this week it suddenly starting failing with this error: { "error": { "code": "AccessDenied", "message": "Failed to execute Skype backend request GetThreadsS2SRequest.", "innerError": { "request-id": "226d8e17-fa0f-4c42-8139-4776e198a3b2", "date": "2019-08-26T19:25:10" } } }

We see that the problem is happening for different teams and across different tenants. This is critical!


回答1:


Thanks for reporting this issue. There was an issue going on with List Channel Graph API which has been fixed now.



来源:https://stackoverflow.com/questions/57663906/why-are-we-suddenly-getting-403-on-graph-calls-to-list-a-teams-channels

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!