Hello Team,
I'm developing mobile application using xamarin forms.
I need to do a sync with dropbox of photos, database and folder.
I have used Dropbox Sync & DataStore component.
I have done with single file sync.
But my scenario is like that, Suppose I'm capturing photo from app and when I save it in folder as well as doing entry in sqlite database. So I want that that new photo sync with dropbox. So my main concern is that captured photo save in app folder as well as sync with dropbox app folder. So when I open my dropbox and go into app folder, I'm able to see that captured photo.