Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/mercurial/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Office365 Outlook联系人请求上的随机错误InvalidPropertyRequest_Office365_Outlook.com_Office365 Apps - Fatal编程技术网

Office365 Outlook联系人请求上的随机错误InvalidPropertyRequest

Office365 Outlook联系人请求上的随机错误InvalidPropertyRequest,office365,outlook.com,office365-apps,Office365,Outlook.com,Office365 Apps,我正在正确地GET呼叫: https://outlook.office365.com/ews/odata/Me/Contacts?$orderby=DisplayName 不幸的是,大约每15次调用中就有一次失败,例外情况如下 你知道怎么了吗 "{\"error\":{\"code\":\"ErrorInvalidPropertyRequest\",\"message\":\"Property is not valid for this object type.\",\"innererror\"

我正在正确地
GET
呼叫:

https://outlook.office365.com/ews/odata/Me/Contacts?$orderby=DisplayName

不幸的是,大约每15次调用中就有一次失败,例外情况如下

你知道怎么了吗

"{\"error\":{\"code\":\"ErrorInvalidPropertyRequest\",\"message\":\"Property is not valid for this object type.\",\"innererror\":{\"message\":\"\\\"Exchange service returned error ErrorInvalidPropertyRequest: Property is not valid for this object type.\\\".\",\"type\":\"Microsoft.Exchange.Services.ExchangeService.ExchangeServiceErrorResponseException\",\"stacktrace\":\"   at Microsoft.Exchange.Services.ExchangeService.ExchangeServiceHelper.CheckResponse(IExchangeWebMethodResponse response, ExecutionOption option)\\r\\n   at Microsoft.Exchange.Services.ExchangeService.ExchangeServiceBase.InvokeServiceCommand[TResponse](Func`1 commandCreator, ExecutionOption executionOption)\\r\\n   at Microsoft.Exchange.Services.OData.Model.ContactProvider.InternalRead(String ewsId, ContactQueryAdapter queryAdapter)\\r\\n   at Microsoft.Exchange.Services.OData.Model.ContactProvider.Find(String parentFolderId, ContactQueryAdapter queryAdapter)\\r\\n   at Microsoft.Exchange.Services.OData.Model.FindContactsCommand.InternalExecute()\\r\\n   at Microsoft.Exchange.Services.OData.ODataCommand`2.Execute()\\r\\n   at Microsoft.Exchange.Services.OData.ODataTask.Execute(TimeSpan queueAndDelayTime, TimeSpan totalTime)\"}}}"