I am trying to upload a pic to dropbox.
It asks for the DROPBOX_ACCESS_TOKEN and DROPBOX_ACCESS_TOKEN_SECRET.
I have found the DROPBOX_ACCESS_TOKEN in https://temboo.com/library/Library/Dropbox/OAuth/FinalizeOAuth/
But where do I find the DROPBOX_ACCESS_TOKEN_SECRET? (It is not mentioned on the web page)
I tried this too
println(finalizeOAuthResults.getAccessTokenSecret());
But it does not display any token.
How should I find DROPBOX_ACCESS_TOKEN and DROPBOX_ACCESS_TOKEN_SECRET??
