Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
5,699 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am trying to get an attachment of an email, but Microsoft Graph API is responding with 504 Gateway Timeout Error
.
Message Size Restriction
setting under the Exchange Admin page has been set at 153600 KB for this mailbox.GET https://graph.microsoft.com/v1.0/users/[EMAIL}/messages/[OUTLOOK_ID}/attachments/[ATTACHMENT_ID]/$value
KeyValueAuthorizationBearer [TOKEN]PreferIdType="ImmutableId"### Response:
{
"error": {
"code": "UnknownError",
"message": "",
"innerError": {
"date": "2023-05-09T20:29:44",
"request-id": "[HIDDEN]",
"client-request-id": "[HIDDEN]"
}
}
}
It would be great if somebody can pinpoint the root cause of this problem and help me fix it.