今天,通过Microsoft Graph调用OneDrive对象时,组中的访客用户开始收到未经身份验证的错误 . 我看到其他人在其他帖子中报道的情况相同 . @马克 - 拉弗勒

请求:

https://graph.microsoft.com/v1.0/drives/b!Sd7PJstOMUyRktUqCP0SCiuiFPse_zxDrRCufOLLTLvOTGuwXirNSpqvcJtm9YaO/items/0173HJLOWFCUJDCTLMB5HJOBFF44YF3L5Q/children?$ select = id,name,folder,webUrl,lastModifiedDateTime,size,createdBy,createdDateTime

响应:

{
  "error": {
    "code": "unauthenticated",
    "message": "Role Claim does not exist for Service Asserted App V1.",
    "innerError": {
      "request-id": "e059ddf5-32b7-4c9c-b849-9ea0d223a96e",
      "date": "2018-06-27T12:54:55"
    }
  }
}