Forum Discussion
prashantguptag
Feb 25, 2020Brass Contributor
Graph API get private channel connected site url failing
I am following this article Manage lifecycle of private channels to get private channel's site url using App-Only authentication. As per the article, its giving the desired result for this first requ...
Trinetra-MSFT
Microsoft
Feb 26, 2020prashantguptag , This is a known issue at our end. We are working on it. We will let you know once the fix will be rolled out.
- webfortMar 25, 2020Copper Contributor
I get the same trying to create a channel with members as per documentation
{ "@odata.type": "#Microsoft.Teams.Core.channel", "membershipType": "private", "displayName": "My First Private Channel", "description": "This is my first private channels", "members": [ { "@odata.type":"#microsoft.graph.aadUserConversationMember", "user@odata.bind":"https://graph.microsoft.com/beta/users('{9b5c5cc9-cafb-4fe4-a58d-5bdc96ea7712}')", "roles":["owner"] } ] }
- prashantguptagFeb 26, 2020Brass Contributor
Trinetra-MSFT Good to know. Thanks.
Is there any place where do you follow these issues and report the fix for e.g. in github?
- Trinetra-MSFTFeb 27, 2020
Microsoft
prashantguptag , We are tracking this bug internally. We will let you once it is fixed.
- tioisApr 20, 2020Copper Contributor
Trinetra-MSFT I get this error since Thursday, April 16th 2020 when trying to create a private channel in a team with the beta API. My code was working fine until then. Now I get a 502 Bad Gateway with «Error processing backend request.» error message :
Server error: `POST https://graph.microsoft.com/beta/teams/{my-team-id-is-here}/channels` resulted in a `502 Bad Gateway` response: { "error": { "code": "BadGateway", "message": "Failed to execute backend request.", "innerError": { "request-id": "2ceece83-e3ff-455d-bc7b-b82f5454269f", "date": "2020-04-17T12:45:12" } }
The JSON data posted :
displayName = "Private Channel Test" membershipType = "private" description = "Test"
Any update about this problem would be appreciated. I also opened a StackOverflow issue : https://stackoverflow.com/questions/61272195/microsoft-graph-502-bad-gateway-failed-to-execute-backend-request-when-creatin?noredirect=1#comment108444350_61272195