Getting error - "'path' is required"
We are using box-ui-elements (React) library to load box documents in our applications. Recently we upgrade to version 14.0.0. After the upgrade when we load box documents via Content Explorer we are getting below error. If our box folder has only folders in it then it is loading but we are getting this error only when we have some files along with the folders in root directory
{
"type":"error",
"status":400,
"code":"bad_request",
"context_info":{
"errors":[
{
"reason":"missing_parameter",
"name":"path",
"message":"'path' is required"
}
]
},
"help_url":"http:\/\/developers.box.com\/docs\/#errors",
"message":"Bad Request",
"request_id":"XXX"
}
Post is closed for comments.
Comments
0 comments