We’re Still Here to Help (Even Over the Holidays!) - find out more here.
Forum Discussion
outsidecoder
7 years agoHelpful | Level 5
Java SDK V2 SSL Example / How do you do it?
Thanks for opening. I'm looking to use the Java SDK for Dropbox API V2 with SSL with some clients, and I've realised recently I've not been connecting with SSL. How could I modify the code below to...
- 7 years ago
All Dropbox API calls occur over standard HTTPS connections (specifically, currently using TLS v1.0, v1.1, or v1.2) initiated from the client sent to the Dropbox API servers, so that would just be destination port 443. That is the same regardless of geographic location and can't be changed.
You can find the official list of domains used by Dropbox in the help center here:
https://help.dropbox.com/security/official-domains
For the API in particular, the specific ones are:
- api.dropboxapi.com
- content.dropboxapi.com
- notify.dropboxapi.com
- api.dropbox.com
- api-content.dropbox.com
- api-notify.dropbox.com
outsidecoder
7 years agoHelpful | Level 5
Apologies for the late reply.
Essentially when I go into production with my product I need to detail the demands of using the Dropbox SDK on the firewall.
For my purposes I will be using Asynchronous and Synchronous transfers within the SDK, but not utilsing the Sync features within the SDK.
For the functionality utilised above, can Dropbox explicitely define the following:-
- Which ports need to be opened.
- which ports need to be bi-directional, and which need to be single direction, and in which direction they should be.
- What protocols will be used on those ports. Would it just be HTTP traffic?
- What domains need to be accessible for UK customers.
- Can the ports detalied in question 1, be changed and if so how can this be acheived?
Thanks for any assistance :)
Greg-DB
Dropbox Community Moderator
7 years agoAll Dropbox API calls occur over standard HTTPS connections (specifically, currently using TLS v1.0, v1.1, or v1.2) initiated from the client sent to the Dropbox API servers, so that would just be destination port 443. That is the same regardless of geographic location and can't be changed.
You can find the official list of domains used by Dropbox in the help center here:
https://help.dropbox.com/security/official-domains
For the API in particular, the specific ones are:
- api.dropboxapi.com
- content.dropboxapi.com
- notify.dropboxapi.com
- api.dropbox.com
- api-content.dropbox.com
- api-notify.dropbox.com
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!