尝试通过图谱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 :(得分:1)
最近发现了一个问题,强制暂时禁用OneDrive Consumer的/workbook
。该修复程序已经部署,但由于问题的性质,它将被缓慢重新激活。您应该希望在接下来的几周内开始为各种帐户工作。