box-java-sdk
box-java-sdk copied to clipboard
The Box SDK for Java.
Hi there I'm guided to use getChildrenRange to do the paging when I tired to get over 100,000 sub-folders under my folder. But one question is how to use the...
BoxTask only supports 'review' task , why can't we create general task. From Box UI it is supported. https://github.com/box/box-java-sdk/blob/main/src/main/java/com/box/sdk/BoxTask.java
### Description of the Issue Box sdk 3.2.0 has a dependency on vulnerable versions of Bouncy castle jars. Following jars are flagged by security scans as vulnerable jars affected by...
The requests are already logged: https://github.com/box/box-java-sdk/blob/05224c433d2a101a01959644674153df9542b711/src/main/java/com/box/sdk/BoxAPIRequest.java#L714 It would be very helpful when debugging to also have the error responses logged. There should be a way to configure this on or...
### Is your feature request related to a problem? Please describe. Today we have a Request Interceptor which allows us to capture the request before being raised. We do not...
### Is your feature request related to a problem? Please describe. It has been made clear by the industry at IBM that SHA1 is suspect in its partial security weaknesses...
When I’m calling box upload api using the SDK I’m getting the following error: ` java.lang.ClassCastException: class com.box.sdk.BoxAPIResponse cannot be cast to class com.box.sdk.BoxJSONResponse (com.box.sdk.BoxAPIResponse and com.box.sdk.BoxJSONResponse are in unnamed...
- [ X] I have checked that the [SDK documentation][sdk-docs] doesn't solve my issue. - [ X] I have checked that the [API documentation][api-docs] doesn't solve my issue. - [...
### Description of the Issue I want to download all the files from Box and upload to AWS S3 bucket. I am looking into APIs for that and found i...
Calling `toString()` on an Info object should return the full JSON representation of the object, including any changes made locally. This feature makes it easier for applications to cache and...