You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately the current API doesn't allows us settings move and delete in locked_operations property to false even through the raw HTTP request.
Lack of locked_operations property in body request is equivalent to set move and delete to true.
Is your feature request related to a problem? Please describe.
Currently the folder lock option in Java a full lock and doesn't allowed to define the type of lock needs to be created.
Describe the solution you'd like
Allow the locks to be defined as described in the developer documentation, specifically to allow for
move
anddelete
locks via thelocked_operations
https://developer.box.com/reference/post-folder-locks/
Describe alternatives you've considered
The calls can be made with raw HTTP, but they negate the use of the Java API
Additional context
NA
The text was updated successfully, but these errors were encountered: