I'm trying to build in the opportunity to sync my application's *.csv
files with desirable dropbox
account. What I've done so far:
com.dropbox.client2.android.AuthActivity
in manifestrelease-key-store
dropbox service
The problem is that I can't understand where do I get APP_KEY and SECRET_KEY for this matter?
When I try to launch the app I'm getting this:
05-22 12:31:54.762: E/AndroidRuntime(5587): at com.dropbox.sync.android.CoreAccountManager.initNativeLib(CoreAccountManager.java:109)
05-22 12:31:54.762: E/AndroidRuntime(5587): at com.dropbox.sync.android.CoreAccountManager.<init>(CoreAccountManager.java:89)
05-22 12:31:54.762: E/AndroidRuntime(5587): at com.dropbox.sync.android.DbxAccountManager.getInstance(DbxAccountManager.java:112)
Any clue what am I doing wrong?
Ok, I got the answer, you should lend to register_your_app_page first and you will get you keys there.
And don't forget to copy all libs provided with dropbox sdk in order to avoid init problems.