You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
Stephen G.5
10 years agoNew member | Level 1
How do I rename the root folder?
I recently joined Dropbox for Business on a trial basis. As part of the process, it forcefully renames your Dropbox folder to "Dropbox (Personal)". I have since decided not to use Dropbox for Busines...
- 10 years ago
Unlink the DB app from your account, rename the folder, relink the DB app (do not use previous settings when prompted).
davidhere40
8 years agoNew member | Level 2
I have a much better solution. I have over 50GB of data in my dropbox. So even the solution where I reinstall to get the default folder name wasn't acceptable to me. So I found a great work around. Just create a symbolic "hard link". I had never used one before, but it's supported but all windows, linux and mac. Here is how I created the link:
1) Open a cmd prompt as admin. (Search for cmd.exe, right click and then click run as administrator)
2) Execute: mklink /J "C:\Dropbox" "C:\Dropbox (Personal)"
Now you can use "C:\Dropbox" (or whatever location you decided on) to interact with the same files as if you had typed in C:\Dropbox (Personal). All software and programs will now treat it as if the folder were located there :) The best part is that this solution is easy, fast and doesn't have any downsides.
- JuhaPalomaki8 years agoExplorer | Level 4
Trouble is that some development tools do not honor the links. I'm for example working with some Node projects and running into troubles with this. The tools are not using the linked name, instead they figure out the actual path on disk and use that. This is a problem, because some of these tools have problems with the parenthesis and/or spaces in the directory names.
So far the only thing that only thing that has really worked is the good old subst command. For example:
subst p: "C:\users\juhap\Dropbox (Personal)"\proj
creates another drive P: which ponts directly to the proj folder on my Dropbox. This however is not a perfect solution, since this does not work on the Windows 10 subsystem for Linux.
I would really appreciate if Dropbox provided a proper solution to this. Would not need to be anything complicated, just some way of setting the actual folder name to whatever user likes.
About Apps and Installations
Have a question about a Dropbox app or installation? Reach out to the Dropbox Community and get solutions, help, and advice from members.
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!