I am creating a mobile app for our "operators" to access a database held in our Dropbox. I will need them to access their database file, download it to their tablet, modify the file during their work day then replace the file in the Dropbox. I have made the file available offline in the Dropbox app on the tablet and copy it to an internal directory where I can read it. However when I try to save it and copy it back to the Dropbox folder, within my app, it saves ok but Dropbox doesn't treat it as modified and doesn't update the file in the cloud. If I use the Dropbox edit option and save, it then updates the file in the cloud. I am wondering if I am using the correct method here or whether I should be communicating directly with Dropbox using token, secret & app key and bypass the Dropbox app on the device.
I'm hoping someone in the community can advise me on the best way to proceed.
Regards
Brad