I'm developping an Android App and I'm using Dropbox Core Api for that purpose. I'm not using Sync Api since I'm interested in having full access permission to my Dropbox account and I've read that's not possible using Sync Api.
So, using Dropbox Core Api, is there any way to know if a file has been modified in order to update it?
Thanks in advance