Excel Python中SharePoint的Microsoft图形API:Microsoft.SharePoint.Client.unknown错误

Excel Python中SharePoint的Microsoft图形API:Microsoft.SharePoint.Client.unknown错误,excel,rest,sharepoint,microsoft-graph-api,Excel,Rest,Sharepoint,Microsoft Graph Api,我们发出以下查询: {u'parentReference': {u'path': u'/drive/root:/Main'}, u'name': u'BusinessDailyTemplate.xlsb'} 到终点 […path to the file…]:/copy 如下 requests.post('[…path to the file…]BusinessDailyTemplate.xlsb:/copy', json={'parentReference': {

我们发出以下查询:

{u'parentReference': {u'path': u'/drive/root:/Main'}, u'name': u'BusinessDailyTemplate.xlsb'}
到终点

[…path to the file…]:/copy
如下

requests.post('[…path to the file…]BusinessDailyTemplate.xlsb:/copy',
              json={'parentReference': {'path': '/drive/root:/Main'}, 'name': 'BusinessDailyTemplate.xlsb'},
              headers={'Authorization': 'Bearer [...long authorisation token...]'})
截至本周六,所有类似请求都会出现以下错误:

{
    "error": {
        "code": "-1, Microsoft.SharePoint.Client.UnknownError",
        "message": "Unknown Error",
        "innerError": {
            "request-id": "b82e6e21-b75c-4e18-a6fe-5d6a8e4ec99e",
            "date": "2017-11-06T19:11:50"
        }
    }
}
自周四以来,没有代码更改,查询在周四和周五都运行良好。他们星期六突然停止了工作。因此,我们非常确定问题不在于代码


经过几天的测试和头脑风暴,我们完全陷入了困境。您能帮助我们吗?

自上周一以来,我们在使用Microsoft Graph SDK时遇到类似问题,请有人帮助!!我也曾在MSDN社交网站上报道过这个问题——如果有人愿意关注我与他们的交流:这是一个很好的例子。