Microsoft graph api 来宾用户通过图形API调用OneDrive时未经身份验证

Microsoft graph api 来宾用户通过图形API调用OneDrive时未经身份验证,microsoft-graph-api,onedrive,Microsoft Graph Api,Onedrive,今天,组中的来宾用户在通过Microsoft Graph调用OneDrive对象时开始出现未经验证的错误。我看到其他人在其他帖子中也有同样的报道@马克·拉弗勒 请求: ?$select=id、名称、文件夹、webUrl、lastModifiedDateTime、大小、createdBy、createdDateTime 答复: { "error": { "code": "unauthenticated", "message": "Role Claim does not exis

今天,组中的来宾用户在通过Microsoft Graph调用OneDrive对象时开始出现未经验证的错误。我看到其他人在其他帖子中也有同样的报道@马克·拉弗勒

请求:

?$select=id、名称、文件夹、webUrl、lastModifiedDateTime、大小、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"
    }
  }
}

我们面临着同样的问题,这个问题一直有效到6月25日,但从昨天起就不再有效了。这里也报道了这个问题:Cyril。根据6月18日的另一个线程,这个问题已经由Microsoft Graph团队解决。