0

visual representation of graph explorer "Failed to execute Skype backend request GetThreadsS2SRequest." Today morning my app failed and when I digged enough I realize that somehow my permission to list the channels is denied. Weird part is if i put channels Id after channels in API, i get valid response.

I went to the documentation and made sure I have groupreadwrite permission, all of the sudden api for viewing channels of specific teams gives me "Failed to execute Skype backend request GetThreadsS2SRequest." error. Sys admin says that no permissions has been changed.

I would expect graph explorer to list all the channels in that specific teams with the v1 endpoint /teams/teamId/channels

Ashok Subedi
  • 217
  • 2
  • 10

1 Answers1

0

Yes, and yes the issue has been fixed. Whole day I had to debug my app to figure out where did the code went wrong. Sometimes it is better look at the source. I checked with Microsoftgraph dotnet issues forum and found out that channel api has some issue. Graph explorer really helped me understand that it was not my code. By the way, I thought since they are deploying channel with private members features. I thought that could be the reason behind it. Thank you for the all the above comments. I wish there is a page where microsoft could tell us in the future if there is any api that is not working

Ashok Subedi
  • 217
  • 2
  • 10