使用刷新令牌获取新访问令牌的URL:
https://login.live.com/oauth20_token.srf?grant_type=refresh_token&' \
'client_id=%s&' \
'client_secret=%s&'\
'refresh_token=%s&' \
'redirect_uri=%s
当我们尝试为用户检索新的访问令牌时,我们会收到invalid_grant错误,而不是用户的onenote帐户没有拒绝我们的应用权限,并且随机
平台 - python
答案 0 :(得分:0)
如果不查看您的流程/代码,很难理解发生了什么。你在哪个平台编码?
我们建议您查看我们的代码示例:https://github.com/onenotedev并找到您正在做的不同的事情(或从示例开始并在其上构建)。
以下是一些: https://github.com/OneNoteDev/OneNoteAPISampleNodejs https://github.com/OneNoteDev/OneNoteAPISampleWinStore https://github.com/OneNoteDev/OneNoteAPISamplePHP https://github.com/OneNoteDev/OneNoteAPISampleAndroid https://github.com/OneNoteDev/OneNoteAPISampleiOS