ng authentication (username pass.)
I am developing an android app.
Application has a module in which dropbox use as a file storage and multiple user can upload their files on dropbox common folder.
what i have done: by the dropbox API files are uploading fine on dropbox. but app required authentication (username and pass)
what i want: app need dropbox authentication. is there any way to set username and pass and get session token. so the app user will not authenticate it every time. OR set the particular url with in the app, user not entering credentials every time.
any suggestion will be appreciated.
