我有一个网址:
https://onedrive.live.com/survey?resid=B198817FE4B27D84!126&authkey=!AG528XbR1scMTz0
这是一个公共URL,可以从浏览器下载。我已尝试根据
的OneDrive SDK转换URL https://api.onedrive.com/v1.0/shares/u!aHR0cHM6Ly9vbmVkcml2ZS5saXZlLmNvbS9zdXJ2ZXk_cmVzaWQ9QjE5ODgxN0ZFNEIyN0Q4NCExMjYmYW1wO2F1dGhrZXk9IUFHNTI4WGJSMXNjTVR6MA/root/content
但我得到以下答复:
{
"error": {
"code": "unauthenticated",
"message": "Access Denied",
"localizedMessage": "This item might have been deleted, expired, or you might not have permission to access it. Contact the owner of this item for more information."
}
}
我可以使用浏览器下载它,但是在尝试使用代码时似乎无法实现。 登录后即可下载,否则无法下载。我不知道我在这里想念的是什么。