Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: added note about other frameworks #1185

Merged
merged 2 commits into from
Jun 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,13 @@ An app has to be authorized by the admin of the enterprise before these tests. I
## Android
If you are developing application for Android visit our [Android guide](doc/android.md).

## Box Java SDK and other frameworks
Box Java SDK utilizes the OkHttp client as its underlying component. This client is widely adopted by various
frameworks, which can occasionally result in issues. We recommend considering library upgrades or excluding
OkHttp from those frameworks or the software development kit (SDK) to determine if that resolves the problems.
Typically, it is advisable to search for any reports or instances where others encountered similar
issues when using the specific framework alongside an external OkHttp client.

## Quick Test

**Following things work only if the app has been configured and authorized as mentioned [here](https://developer.box.com/docs/setting-up-a-jwt-app)**
Expand Down
Loading