box-java-sdk
box-java-sdk copied to clipboard
The Box SDK for Java.
For example, to trust self-signed certificates.
### 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...
### Is your feature request related to a problem? Please describe. Want to set configurable_permissions at the same time when creating group memberships. ### Describe the solution you'd like I...
### Is your feature request related to a problem? Please describe. The Box Group Membership object does not have the ability to specify configurable permissions when adding members to the...
- [yes ] I have checked that the [SDK documentation][sdk-docs] doesn't solve my issue. - [yes ] I have checked that the [API documentation][api-docs] doesn't solve my issue. - [...
Hi, api.needsRefresh() always returns true. After getting the access token and refresh token I m persisting it. On next call (within few seconds) when I create connection via passing access...
- I have checked that the [SDK documentation][sdk-docs] and [API documentation][api-docs] doesn't solve my issue ### Description of the Issue If UserA has a sub folder and moves it to...
- [x] I have checked that the [SDK documentation][sdk-docs] and [API documentation][api-docs] doesn't solve my issue ### Description of the Issue The current version of the Box API assumes that...
In a Box SDK integration, I implemented a `com.box.sdk.RequestInterceptor` that uses its own HTTP client to send the requests over the network. Doing that, I noticed that in order to...
When using the Box Java SDK, the 'getCanSeeManagedUsers()' and 'getIsSyncEnabled()' methods on the BoxUser.Info object always return 'false'. These two flags are set to 'true' on users in our org...