与网上论坛进行交流时遇到的问题 [英] Issue with getting Groups conversation

查看:45
本文介绍了与网上论坛进行交流时遇到的问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我目前正在使用Microsoft Graph Api进行分组.当我访问组对话时( https://graph.microsoft.com/v1.0/groups/3b41ffb2-4fec-4ca6-97f8-40c70eb75df3/conversations )通过API资源管理器(

I am currently playing with Microsoft Graph Api for groups. When I access the group conversations(https://graph.microsoft.com/v1.0/groups/3b41ffb2-4fec-4ca6-97f8-40c70eb75df3/conversations) through API Explorer(https://graphexplorer2.azurewebsites.net), it works fine. But if I access the same through Postman I receive the below error.

{
  "error": {
    "code": "ErrorInternalServerError",
    "message": "The SMTP address has no mailbox associated with it.",
    "innerError": {
      "request-id": "20289ba7-0782-4d0e-9ea9-64e4567bfca6",
      "date": "2016-01-13T13:05:21"
    }
  }
}

但是在Postman中,API可以正常工作.

But in Postman below APIs are working fine.

https://graph.microsoft.com/v1.0/groups/3b41ffb2-4fec-4ca6-97f8-40c70eb75df3

https://graph.microsoft.com/v1.0/groups

在为测试目的而创建的Azure AD应用程序中,我还启用了Graph API和Azure AD权限的所有权限.我无法继续.

In the Azure AD application created for testing purpose, I have also enabled all the permissions for Graph API and Azure AD rights. I am unable to proceed further.

推荐答案

仅应用授权流中不支持群组对话访问.

Group conversation access is not supported in app-only authorization flow.

在这种情况下,我们正在努力返回更好的错误.

We are working on returning a better error for this case.

这篇关于与网上论坛进行交流时遇到的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆