Microsoft graph api 为什么Microsoft Graph Planner API在团队中的外部来宾用户中突然出现故障?

Microsoft graph api 为什么Microsoft Graph Planner API在团队中的外部来宾用户中突然出现故障?,microsoft-graph-api,microsoft-planner,Microsoft Graph Api,Microsoft Planner,大约从2020年3月23日起,Microsoft Graph Planner API开始向外部来宾用户抛出401,并显示以下错误消息: { "error": { "code": "UnknownError", "message": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\r\n

大约从2020年3月23日起,Microsoft Graph Planner API开始向外部来宾用户抛出401,并显示以下错误消息:

{
  "error": {
    "code": "UnknownError",
    "message": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n<head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\"/>\r\n<title>401 - Unauthorized: Access is denied due to invalid credentials.</title>\r\n<style type=\"text/css\">\r\n<!--\r\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\r\nfieldset{padding:0 15px 10px 15px;} \r\nh1{font-size:2.4em;margin:0;color:#FFF;}\r\nh2{font-size:1.7em;margin:0;color:#CC0000;} \r\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \r\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:\"trebuchet MS\", Verdana, sans-serif;color:#FFF;\r\nbackground-color:#555555;}\r\n#content{margin:0 0 0 2%;position:relative;}\r\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\r\n-->\r\n</style>\r\n</head>\r\n<body>\r\n<div id=\"header\"><h1>Server Error</h1></div>\r\n<div id=\"content\">\r\n <div class=\"content-container\"><fieldset>\r\n  <h2>401 - Unauthorized: Access is denied due to invalid credentials.</h2>\r\n  <h3>You do not have permission to view this directory or page using the credentials that you supplied.</h3>\r\n </fieldset></div>\r\n</div>\r\n</body>\r\n</html>\r\n",
    "innerError": {
      "request-id": "33a1c8d0-60b3-46ab-807a-da5a8d776151",
      "date": "2020-04-13T07:51:57"
    }
  }
}
{
“错误”:{
“代码”:“未知错误”,
“消息”:“\r\n\r\n\r\n\r\n 401-未经授权:由于凭据无效,访问被拒绝。\r\n\r\n\r\n\r\n\r\n服务器错误\r\n\r\n\r\n 401-未经授权:由于凭据无效,访问被拒绝。\r\n您没有使用您提供的凭据查看此目录或页面的权限。\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\r\n”,
“内部错误”:{
“请求id”:“33a1c8d0-60b3-46ab-807a-da5a8d776151”,
“日期”:“2020-04-13T07:51:57”
}
}
}
Microsoft Graph调用具有组读写权限。 同一用户可以使用以下url通过Microsoft Planner访问任务:

为什么会突然发生这种情况