listing Microsoft Teams tabs always returns 404

老子叫甜甜 提交于 2020-01-23 13:22:29

问题


I've been trying this scenario on a couple of different tenants so far:

  • use an existing team or create a new one through the UI
  • add a tab (let's say OneNote) to a channel
  • query the list tabs endpoint (through graph explorer)

I always get a 404 response. If I replace in my query tabs by messages I get the messages.

In terms of permissions I have the default graph explorer one + Group.Read.All.

Here is the latest request Id I got 2a180611-b637-4aa4-be27-9e42cbb27ab9 on tenant dev2tolead12. (GET https://graph.microsoft.com/beta/teams/7471ee8d-0ed3-4f22-80ee-3b513e42e6ac/channels/19:9a0544b274654ef8ac97761ebd91b471@thread.skype/tabs)

My question: what am I missing for this request to work?


回答1:


Sorry, we thought we had deployed the tabs API to all tenants, but had actually deployed it to only some of them – this has been fixed.




回答2:


The endpoint started working in my tenants today. My guess is Microsoft fixed something recently



来源:https://stackoverflow.com/questions/52556199/listing-microsoft-teams-tabs-always-returns-404

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