我遇到错误:403:遇到GET请求以获取root的孩子时被禁止
我正在使用SAML身份验证机制来实现相同目的
以下是请求的详细信息:
URL:获取https:// {主机名} / drive / root / children
标题:
Accept:application/json
Content-Type:application/json
Origin:<HostName>
Cookie: rtFa=<Value>;FedAuth=<value>
错误:
{
"error": {
"code": "accessDenied",
"message": "The caller does not have permission to perform the action."
}
}
请指导我们实现相同目标。