Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
I am uploading & downloading files from dropbox using Java SDK. It is working properly from localhost.
But when running from EC2 ubuntu 20 server, it is showing error i.e. com.dropbox.core.NetworkIOException: connect timed out
Please help me to fix this. ASAP
Since it fails on that server but works otherwise, it sounds like there's something about that server setup that is preventing your code from successfully making the HTTPS connections to the Dropbox API servers. Is there anything on that network connection, such as a firewall, VPN, proxy, anti-virus, etc., that may be interfering with the connection to the Dropbox servers?
We can't offer support for your server or network connection itself, so you may need to refer to the documentation/support for that third party platform for help.
Since it fails on that server but works otherwise, it sounds like there's something about that server setup that is preventing your code from successfully making the HTTPS connections to the Dropbox API servers. Is there anything on that network connection, such as a firewall, VPN, proxy, anti-virus, etc., that may be interfering with the connection to the Dropbox servers?
We can't offer support for your server or network connection itself, so you may need to refer to the documentation/support for that third party platform for help.
Thanks for responding
Actually it was server issue. Finally it is resolved
Hi there!
If you need more help you can view your support options (expected response time for a 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!