issues Search Results · repo:box/box-java-sdk
Filter by
0 results (128 ms)
0 results
- [x] I have checked that the SDK documentation doesn t solve my issue.
- [x] I have checked that the API documentation doesn t solve my issue.
- [x] I have searched the Box Developer Forums and ...
bug
Summary
The JWTConfig.Builder constructor hardcodes the instantiation of DefaultPrivateKeyDecryptor on line 270, which causes
issues when testing with custom PrivateKeyDecryptor implementations that use ...
I m using Box Java SDK 10.1.0.
Issue I m trying to search for a file by its exact name in Box and retrieve the file information, but I m not getting
the expected results.
Code Example
String fileName ...
question
I am using com.box:box-java-sdk:5.0.0. The BoxFolder class has a method called BoxFile.Info uploadFile(InputStream
fileContent, String name, long fileSize, ProgressListener listener) which doesn t provide ...
enhancement
Could you kindly consider updating all code comments that currently reference https://www.box.com/api/oauth2/token to
the officially supported URL https://api.box.com/oauth2/token? The current URL (https://www.box.com/api/oauth2/token) ...
enhancement
This is supposed to have full functionality, but I can t seem to find it anywhere in the branch..
question
- [☑] I have checked that the SDK documentation doesn t solve my issue.
- [☑] I have checked that the API documentation doesn t solve my issue.
- [☑] I have searched the Box Developer Forums and ...
question
Is your feature request related to a problem? Please describe.
Could we have HTTP proxy capabilities as in the legacy Box SDK.
Describe the solution you d like
Adding the capability of HTTP proxy as ...
enhancement
I am using the code below to upload a file
val api = BoxAPIConnection(accessToken!!)
val folder = BoxFolder(api, folderId)
try {
inputStream.use { fileStream -
folder.uploadFile(fileStream, ...
question
Hi,
I m using the Box Java SDK in my Android app to access and preview files. I’m trying to generate a preview link using:
However, previewLink is always null, even though the file is a supported type ...
question

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.