We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
malikjfernando
6 years agoHelpful | Level 5
Symlink changes - Mac OS sync desktop to Dropbox broken
I have tons of working files on my Mac desktop which I need to access on iOS and this worked well with symlink between desktop and dropbox folder. With the recent change where symlinks don't sync fol...
niazy
Helpful | Level 6
I had the same problem on a new MBP. In my case, I was able to delete the original desktop folder and create the symlink. But the something happens and my link gets deleted and a default Desktop folder is created.
The workaround I found was to 'Lock' the symlink file. Display the file (the Desktop link file in your home) and check the box labeled 'Locked.'
Hth
The workaround I found was to 'Lock' the symlink file. Display the file (the Desktop link file in your home) and check the box labeled 'Locked.'
Hth
malikjfernando
6 years agoHelpful | Level 5
hi thanks - i just can't seem to delete the original Desktop folder. Mac OS Catalina doesn't permit it when i tried. Will check if there is a terminal script
- Fiona6 years agoDropbox Staff
Hello everyone!
Symlinks are not supported and will not successfully sync with your Dropbox application the way they use to malikjfernando. Please check our Dropbox Help center article about this and the workaround to make this work: https://help.dropbox.com/installs-integrations/sync-uploads/symlinks
Here is also another Dropbox Community discussion, were niazy is being super helpful, providing this workaround (thank you for your participation. :heart:) :https://www.dropboxforum.com/t5/Files-folders/Best-practices-for-using-symlinks-symbolic-links/td-p/349296
Hope the workaround offered and the additional info can help. :slight_smile:
- dolphinnolongerneeded5 years agoNew member | Level 2
The only reason I pay for drop box is so I can Symlink a few key externally created files. If dropbox will not allow exernally created symlink files then I have no use for dropbox and will cancel my monthly subscription. Thank you.
- jeff10545 years agoExplorer | Level 4
I think that just about all of the functionality that was lost when Dropbox dropped support for symlinks is still available (at least in MacOS), so long as care is taken in where files are actually stored and how the symlinks are created. You can have directories (actually symbolic links) that act like ~/src and ~/bin, but are synced across machines by Dropbox, if you are careful about where the files are actually stored and how the symbolic links are created.
For obvious reasons, Dropbox does not support soft (symbolic) links from inside of Dropbox to elsewhere on the system. This makes sense. Dropbox only syncs files that reside within its own directory structure. Having Dropbox sync files referred to by things like ~/Dropbox/mydir --> ~/mydir is a recipe for disaster. But things like ~/mydir --> ~/Dropbox/mydir make perfect sense.
The problem is that some of the obvious ways of creating those links do not work. For example, these fail:
% cd /Users/me/Dropbox% ln -s myfile ~/myfile% ln -s mydir ~/mydirThe results (~/myfile and ~/mydir) look like perfectly good soft links. But if you try to open ~/myfile or cd into ~/mydir, they fail.Similarly this fails:% cd /Users/me/Dropbox% ln -s myfile myfile2% mv myfile2 ~% ln -s mydir mydir2% mv mydir2 ~In short, if your current working directory is inside of Dropbox, your soft links are hosed if moved outside Dropbox. The same is true of aliases created by Finder inside of Dropbox.This, however, does work:% cd /Users/me% ln -s Dropbox/myfile .% ln -s Dropbox/mydir .The softlinks ~/myfile and ~/mydir can now be followed, both in a shell and by apps like Finder.So, you can have directories (folders) and files that effectively appear in random places in the file heirarchy that are synced by Dropbox.Maybe everybody else already knew this. But I didn't, nor did the support person I talked to at Dropbox. I hope it's helpful.- Fiona5 years agoDropbox Staff
Hello jeff1054.
Thanks for posting about symlinks and how they can work in your user case.
I merged your topic to this one to keep things neat.
I'd be happy to see you help around like you did today. Your feedback and solutions are always welcome.
Thanks for joining our Community! :grin:
About Create, upload, and share
Find help to solve issues with creating, uploading, and sharing files and folders in Dropbox. Get support and advice from the Dropbox Community.
Need more support
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 or Facebook.
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!