Microsoft graph api Microsoft Graph Upload API:频繁的504网关超时错误

Microsoft graph api Microsoft Graph Upload API:频繁的504网关超时错误,microsoft-graph-api,Microsoft Graph Api,问题: 我试图上传图像到一个驱动器,并经常得到错误 504网关超时(未知错误) 使用的API: PUT https://graph.microsoft.com/v1.0/users/{userId}/drive/items/{rootFolderId}/{folderPath}/{fileName}:/content 答复: 504 Gateway Timeout { "error": { "code": "UnknownError", "message

问题:

我试图上传图像到一个驱动器,并经常得到错误

504网关超时(未知错误)

使用的API:

PUT
https://graph.microsoft.com/v1.0/users/{userId}/drive/items/{rootFolderId}/{folderPath}/{fileName}:/content
答复:

504 Gateway Timeout
{
    "error": {
        "code": "UnknownError",
        "message": "",
        "innerError": {
            "request-id": "9709847a-36d4-42f2-90dd-4c37094caead",
            "date": "2018-05-16T12:18:37"
        }
    }
}

您可以使用Web UI将图像上载到驱动器吗?然后在“其他操作对该文件夹中的文件有效吗?”?你能把文件放回那个文件夹吗?e、 g.{文件夹id}/子文件夹