我们正在尝试使用Onedrive Rest API进行基于用户ID的驱动器模拟
我们正在满足以下要求:
方法:GET 网址:{baseURL} / users / {user_id} /驱动器 授权:OAuth2.0
但我们遇到以下错误:
{
"error": {
"code": "-1, Microsoft.SharePoint.Client.InvalidClientQueryException",
"message": "The expression \"users/XXX/drive\" is not valid."
} }
注意:我们使用的是响应GET / me / drive所获得的user_id