我尝试复制Outlook的REST API教程,以便访问日历事件列表。我实际上只是按照这里的教程逐行排列:https://dev.outlook.com/restapi/tutorial/node (此处使用的直接完整项目也存在同样的问题:https://github.com/jasonjoh/node-tutorial)
我能够连接到Outlook帐户,但在尝试GetEvents(或邮件或联系人)时,我遇到以下错误:
getEvents returned an error: REST request returned 500; body:
{"error":{"code":"ErrorInternalServerTransientError","message":"An
internal server error occurred. Try again later."}}
我曾尝试在多台计算机(PC和MAC),不同网络以及不同的Outlook帐户上使用此功能,但无济于事。正在抓取帐户令牌,并且似乎没有任何API ID或密码问题。有没有人对可能出错的事情有所了解?这是Outlook的问题吗?似乎不太可能。