我们正在通过O365 API访问用户的收件箱和日历,但正在接收JSONDecodeError "Expecting ',' delimiter: line 1 column 164 (char 163)"
。
我们使用的特定URL是
https://outlook.office.com/api/v2.0/me/messages?$count=true&$filter=SingleValueExtendedProperties/Any(ep:+ep/PropertyId+eq+%27String%200x1a%27+and+ep/Value+eq+%27IPM.Note%27)+and+sentdatetime+ge+2018-07-04T10:26:42Z&$top=1
这似乎是由于O365端出现格式错误,但这仅发生在我们的一位用户身上;所有其他用户,我们都可以毫无问题地从中获取数据。那么如何解决此问题?