I am trying to sync the iPhone Documents folder with the Dropbox app folder. Is there a way to manage file deletion? For example:
later:
Next time when iphone app starts, how can I tell whether:
I'm not sure whether you can directly access the Dropbox app folder on the iPhone. However, you can monitor file events with the Dropbox API, which I think was just recently released here: https://www.dropbox.com/developers
I imagine your strategy would be something like:
1. Have the user authenticate their Dropbox account
2. When the app starts up, check the files for revisions (Dropbox - REST API Reference - Revisions)
3. Update the documents folder accordingly. Note: It looks like they don't have an API for Dropbox file events, yet, at least at a glance at their API page (Events via API)
iOS SDK here: https://www.dropbox.com/developers/reference/sdk
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With