Calling GET
https://graph.microsoft.com/beta/teams/5732849c-7b33-433c-b9aa-7d80f0274034/channels results in 403 (Forbidden) error with the body:
{
"error": {
"code": "Forbidden",
"message": "Failed to execute Skype backend request GetThreadS2SRequest.",
"innerError": {
"date": "2020-12-02T20:52:22",
"request-id": "dbe941bd-7e8e-4756-a197-d1b7c1ce9c57",
"client-request-id": "dbe941bd-7e8e-4756-a197-d1b7c1ce9c57"
}
}
}
This is a similar issue as reported in Why are we suddenly getting 403 on graph calls to list a team's channels?
As I understand from a number of forums this issue occurs from time to time. At this moment I'm waiting for a week for this issue to be resolved, but I've never succeeded in getting the list of channels yet. All permissions are granted and it really looks like an internal issue of Graph API and my question is what are the further directions for the users facing this issue? Is there a resource where users can track the status of this issue? Because every related thread I found is closed but the issue still occurs.