Hi All,
We are facing a really weird problem we can’t seem to get our head’s round. We have developed a simple Java call that will store our local files on our Dropbox account.
We used the V2 API reference code as shown on https://www.dropbox.com/developers/documentation/java#tutorial without to many changes.
The communication is performed based on the App token we have generated for the app on the OAuth 2 “Generated Access Token” section.
Running the app locally works just fine without issues, we are perfectly able to upload files to the Dropbox account.
However when we deploy the app to a Tomcat server to run attended on our server the process fails for no given reason.
On Client call the API code is performed, skips some code (which it does not do on the local developer machine) and then simply returns without any warning or issue.
No files are however uploaded.
Although we have tried lots of stuff we can’t seem to figure out what is going wrong exactly.
Is there anybody that could point us in the right direction?
Environment: Tomcat 8.0
JDK: 1.7_72
API V2: 2.0.3