Exchange ErrorInvalidClientAccessTokenRequest

喜欢而已 提交于 2019-12-08 13:09:35

问题


I built an Outlook Add-in and it uses a token to download email attachments from the Exchange server. On my O365 developer account, it successfully retrieves the token. The Add-in has been deployed to the client's Outlook but when they try to retrieve the token, this is the response message:

MessageText:"The token for this extension could not be retrieved.
"ResponseClass:"Error"
ResponseCode:"ErrorInvalidClientAccessTokenRequest"
Token:null
__type:"GetClientAccessTokenResponseMessage:#Exchange"

The code is exactly the same and so is the request. Is there any clues I could look into to figure out what about their environment would cause this to fail?


回答1:


The ErrorInvalidClientAccessTokenRequest field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.



来源:https://stackoverflow.com/questions/38404323/exchange-errorinvalidclientaccesstokenrequest

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!