Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
David M.232
10 years agoNew member | Level 1
API Version
We have a mobile app accessing Dopbox. We have cloned the app and customized it from another customer. I can use the old keys and can access Dropbox with new app. If I use the new keys created for...
David M.232
10 years agoNew member | Level 1
The code is here. Just a little different from your example
private void initializeDropbox() {
AppKeyPair appKeys = new AppKeyPair(DROPBOX_APP_KEY, DROPBOX_APP_SECRET);
AndroidAuthSession session = new AndroidAuthSession(appKeys, DROPBOX_ACCESS_TYPE);
mDBApi = new DropboxAPI<AndroidAuthSession>(session);
//Create DropboxUtil class that will be used in this app's Javascript
DropboxUtils dropboxUtils = new DropboxUtils(this, appView);
appView.addJavascriptInterface(dropboxUtils, "DropboxUtils");
I understand about the new key pairs. Yes we have a separate key pair for each app. Just to check the code, I added the old key to the new code. I am assume that there isn't other parameter that would change between key pairs. If the code works with one set of keys, shouldn't it work with the other set. I didn't know if new app required a different api level from the time we create the other app. Nothing has changed in the code, but the keys.
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!