We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
Robert S.138
5 months agoHelpful | Level 7
Updating a very old app to Java SDK 7.0.0
In preparation for the 2026 deadline on updating my Android app to the Dropbox 7.0.0 Java SDK, I changed the dependencies from the very old dropbox-core-sdk:3.1.5 to:
implementation 'com.dropbo...
- 5 months ago
The Dropbox Java SDK offers (in both older versions and the current version) the ability to use a custom "requestor" (essentially the network client used to perform the actual network requests to the Dropbox API servers). That enables more control over how the requests are handled.
That's not required though; you can certainly use the default functionality if that works for your use case.
As to why you had that previously, I can't say for sure. You may have previously needed or planned to use OkHttp functionality in particular, or otherwise just happened to write the code based on an OkHttp sample.
Greg-DB
Dropbox Staff
The Dropbox Java SDK offers (in both older versions and the current version) the ability to use a custom "requestor" (essentially the network client used to perform the actual network requests to the Dropbox API servers). That enables more control over how the requests are handled.
That's not required though; you can certainly use the default functionality if that works for your use case.
As to why you had that previously, I can't say for sure. You may have previously needed or planned to use OkHttp functionality in particular, or otherwise just happened to write the code based on an OkHttp sample.
Robert S.138
5 months agoHelpful | Level 7
Additional information: When it crashed I was still linking with an older version of OKHTTP3 (version 3.10.0). When I updated to version 4.12.0, the Dropbox OAuth v2 flow worked fine without a crash. There is no specific functionality in OKHTTP3 that I need, so I may still remove it just to be safe.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 12 months agoIf you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!