Hello,
with APIv1 I have build an App wich runs in java on different machines. The App is linked with a speacial dropbox folder so that the app hase the same file basis on every machine.
How could I build this with the APIv2 without copy the token everytime on a new machine?
Now I have only one token to access my dropbox. If I generate one with the Java SDK I can use it. Now I switch to the other machine at work and the app does not know any token. So it will try to generate a new token. Now switch to the other machine and the token is not longer working. :-(
I hope you can understand my problem. Have you any Solution?
Thanks