Most of the examples of Dropbox Core API assume you want to download or upload a file to current users DB account. But I would like to download a file and file info from my DB account. How can I do that? I already have the app key and secret.
Asked
Active
Viewed 80 times
1
-
I don't really get what you are asking here. Are you asking if you want to change the current logged in users to dropbox? You can check who is logged in using the AndroidAuthSession Class. – wakaka Oct 22 '13 at 10:06
-
I want to download file from my DB account, not from current user that is using the phone. – domen Oct 22 '13 at 10:28
-
You mean u want every person who uses your app to download files from your account? – wakaka Oct 22 '13 at 14:00
-
Essentially the same as: http://stackoverflow.com/q/15014001/1305693 – Greg Oct 22 '13 at 23:05