1
我嘗試通過Graph API訪問OneDrive項目時遇到問題。無法通過Microsoft Graph API訪問OneDrive項目
端點:/v1.0/me/drive/items/{myItemID}/workbook/worksheets
原始請求:
GET https://graph.microsoft.com/v1.0/me/drive/items/FF********/workbook/worksheets HTTP/1.1
Host: graph.microsoft.com
Authorization: Bearer ******************
Accept: application/json
Accept-Encoding: gzip, deflate
User-Agent: **********
原始響應:
HTTP/1.1 500 Internal Server Error
Cache-Control: private
Content-Type: application/json
request-id: 88e690c8-590e-40f9-9f01-46d22294835b
client-request-id: 88e690c8-590e-40f9-9f01-46d22294835b
x-ms-ags-diagnostic: {"ServerInfo":{"DataCenter":"West Europe","Slice":"SliceB","ScaleUnit":"003","Host":"AGSFE_IN_17","ADSiteName":"AMS"}}
Duration: 179.4482
Date: Fri, 06 Oct 2017 09:40:39 GMT
Content-Length: 236
{
"error": {
"code": "generalException",
"message": "General Exception While Processing",
"innerError": {
"request-id": "88e690c8-590e-40f9-9f01-46d22294835b",
"date": "2017-10-06T09:40:40"
}
}
}
你能否在Excel中打開這個文件沒有問題? –
是的,我是。我也嘗試了一個新文件,仍然有同樣的問題 – d0kt0r1