-
Notifications
You must be signed in to change notification settings - Fork 186
Description
- I have checked that the SDK documentation and API documentation doesn't solve my issue
Description of the Issue
// Replace this text with a description of what problem you're having.
// Please include as much detail as possible to help us troubleshoot!
// If it isn't obvious, please include how the behavior you expect differs from what actually happened.
// This is really important so we know how to start troubleshooting your issue.
Versions Used
Java SDK: // Replace with the version of the Java SDK you're using.
Java: // Replace with the version of Java your application is running on.
Steps to Reproduce
// Please include detailed steps to reproduce the issue you're seeing, if possible.
// If you don't have a reproducible error, please make sure that you give us as much detail
// as you can about what your application was doing when the error occurred.
// Good steps to reproduce the problem help speed up debugging for us and gets your issue resolved sooner!
Error Message, Including Stack Trace
// Replace with the full error output you're seeing, if applicable.
// Please include the full stack trace to help us identify where the error is happening.
I am trying to move the root folder of an user to another user using the BoxUser.moveFolderToUser method. The response i get is given below and this error is not consistent/reproduceable
Response Code : 409
Response Message : {"type":"error","status":409,"code":"conflict","help_url":"http://developers.box.com/docs/#errors","message":"User is locked","request_id":"4lom59fo9c8asoq0"}
Both the users are in active state when the api is invoked.
There isn't a locked status for users in box so this error probably isn't about the user status.