Hi,
I have an app which takes some number of images every day, and saves locally in sd card with date wise folder. so now i want to upload these pictures automatically in background to my dropbox account.
I have created one account in dropbox, which should act like admin, in that all the users of my app, should be able to upload their images with userid/date/image1.jpg
from the Android DropBox Core API 1.6.3 i am trying, will it possible with this API?
any other solution to do this.