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?
source
share