Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
AS131
8 years agoExplorer | Level 4
Dropbox API Integration
I am integrating the DropBox API calls into a web application.
I see the following warning during application startup :
WARNING [com.dropbox.core.http.StandardHttpRequestor] (default task-50) Certificate pinning disabled for HTTPS connections. This is likely because your JRE does not return javax.net.ssl.HttpsURLConnection objects for https network connections. Be aware your app may be prone to man-in-the-middle attacks without proper SSL certificate validation. If you are using Google App Engine, please configure DbxRequestConfig to use GoogleAppEngineRequestor.
How to get rid of this warning ?
1 Reply
- Greg-DB8 years ago
Dropbox Community Moderator
Are you running on Google App Engine? If so, you should use GoogleAppEngineRequestor as documented here.
Otherwise, you can consider switching to a JRE that does return javax.net.ssl.HttpsURLConnection objects for HTTPS network connections, as that would enable the SDK to implement better security for your Dropbox API calls.
If not though, this is just a logged warning, so it shouldn't interfere with the operation of your app.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If 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, Facebook or Instagram.
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!