2017-10-06 137 views
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" 
    } 
    } 
} 
+0

你能否在Excel中打開這個文件沒有問題? –

+0

是的,我是。我也嘗試了一個新文件,仍然有同樣的問題 – d0kt0r1

回答

1

它看起來像一個問題,最近發現強迫的/workbook臨時禁止用於OneDrive消費者。該修復程序已部署,但由於問題的性質,它將緩慢重新啓動。您應該希望在接下來的幾周內開始爲各種帳戶開展工作。

相關問題