Create folder error using postman
I tried to create folder using postman. But I get request 403 error.
{
"type": "error",
"status": 403,
"code": "access_denied_insufficient_permissions",
"help_url": "http://developers.box.com/docs/#errors",
"message": "Access denied - insufficient permission",
"request_id": "o2vguzgopcxnubx4"
}
I set postman follow box quick start, not change. (https://developer.box.com/guides/tooling/postman/quick-start/)
So I try to 2 way to resolve this problem.
1) Set full permission to allow in box app.
My box app is custom app, OAuth 2.0. And Set full application scope to on. But That problem wasn't improved.
2) Call API from API reference page
Next, I call API from API reference page, and I can create folder in target folder. (https://developer.box.com/reference/post-folders/)
Why I can't create folder using Postman ? Please tell me some advices.
Thank you.
Please sign in to leave a comment.
Comments
0 comments