Group Drive Gateway Timeout

I make a simple transition to https://graph.microsoft.com/v1.0/groups/ee7ca7f8-f838-4caf-ab9b-84c133ccd003/drivefor a new group, and then I get 504 Gateway Timeoutwith this body:

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

Why?

0
source share
1 answer

Until the disc is opened through the user interface, it is not fully prepared.

0
source

Source: https://habr.com/ru/post/1685259/


All Articles