Gateway Timeout on Group Drive

2019-08-02 20:47发布

I do a simple get on https://graph.microsoft.com/v1.0/groups/ee7ca7f8-f838-4caf-ab9b-84c133ccd003/drive for a new group and then I get a 504 Gateway Timeout with this body:

{
  "error": {
    "code": "UnknownError",
    "message": "",
    "innerError": {
      "request-id": "f3edd69f-6747-49fb-b41c-925ef2381bad",
      "date": "2017-07-28T20:12:58"
    }
  }
}

Why?

1条回答
祖国的老花朵
2楼-- · 2019-08-02 21:37

Until a drive is opened via the UI it isn't fully provisioned.

查看更多
登录 后发表回答