Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
C. Tim
11 years agoNew member | Level 2
How can i use Sync API to check if a file is deleted by other computer?
We are evaluating Sync API for our file sync function in a new app.
Our app stores user data in local file system and allow them to sync the local file system with a folder in users' dropbox accoun...
Brendan D.
11 years agoExplorer | Level 4
I've been working with a project called KRCloudSync which includes the ability to sync a folder of files locally with Dropbox. It seems to work fairly well except it doesn't handle the situation of deleting a local file causing that file to be deleted in Dropbox. But I'm working on a workaround for it. You can see it here: https://github.com/MindPreview/KRCloudSync
I did not write it, but it does seem to be pretty good. It's written in Objective-C for Mac and iOS. It would be great if Dropbox allowed this kind of sync by default though. I shouldn't have to use the Dropbox specific API to read and write files. I should be able to read and write files in the normal way using NSFileManager and other NSFoundation classes and have the Dropbox system just monitor a folder and then sync that folder with your Dropbox account.
I have all kinds of places in my app that I read and write files. It would be a shame to have to add in a bunch of conditionals now to read and write all my files using the Dropbox Sync API when NSFoundation does a perfectly good job.
Ultimately Dropbox should have a single API call that lets you say "Ok Dropbox, watch this folder for changes and sync it with my Dropbox account, and let me know if anything has changed on either side."
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!