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
Ben S.48
9 years agoExplorer | Level 4
How to remove spaces from Dropbox folder names (spaces causing issues)
Hi There,
We need to run Bitnami web stacks but the path contains spaces because of the Dropbox folder name.
How do we rename the folders so there aren't spaces?
Or if we unsubscribe from Dropb...
- 9 years ago
Ben S.48 wrote:
How do we rename the folders so there aren't spaces?
There is no official method to rename the Dropbox folder. Any account that uses Teams or Dropbox for Business will have its Dropbox folder renamed to include the name of the team/business.
There is a way to do it but it is completely unsupported (i.e. USE AT YOUR OWN RISK). Exit Dropbox. Make a note of the EXACT Dropbox folder name. Rename it to "Dropbox" and then create a symlink using the original folder name and pointing to the Dropbox folder. Relaunch the client.
Or if we unsubscribe from Dropbox for business ... will the personal dropbox folder name get renamed to 'Dropbox' (without spaces/brackets)?
Existing folders will not be renamed, but any new installations would not have the team/business name in the folder. For existing installations you would need to uninstall Dropbox, rename the folder, then reinstall again, pointing the client to the existing Dropbox folder.
Rich
9 years agoSuper User II
Ben S.48 wrote:
How do we rename the folders so there aren't spaces?
There is no official method to rename the Dropbox folder. Any account that uses Teams or Dropbox for Business will have its Dropbox folder renamed to include the name of the team/business.
There is a way to do it but it is completely unsupported (i.e. USE AT YOUR OWN RISK). Exit Dropbox. Make a note of the EXACT Dropbox folder name. Rename it to "Dropbox" and then create a symlink using the original folder name and pointing to the Dropbox folder. Relaunch the client.
Or if we unsubscribe from Dropbox for business ... will the personal dropbox folder name get renamed to 'Dropbox' (without spaces/brackets)?
Existing folders will not be renamed, but any new installations would not have the team/business name in the folder. For existing installations you would need to uninstall Dropbox, rename the folder, then reinstall again, pointing the client to the existing Dropbox folder.
- Ben S.489 years agoExplorer | Level 4
Awesome, thanks heaps. Will remove the team account. Cheers
- mirestrepo8 years agoNew member | Level 2
It will be nice if Dropbox added an official method to do this. Spaces in paths cause all sorts of trouble for people who use dropbox to store source code. Any plans to do so?
Thanks
- Rich8 years agoSuper User II
mirestrepo wrote:
Any plans to do so?
Best guess... not likely.
- jonleung8 years agoNew member | Level 2THANK YOU!!!!
- kpb8 years agoNew member | Level 2
I don't want to knock your suggestion, but I really don't want to be futzing with symlinks across multiple machines and platforms. I can just see myself making a mistake and losing files. And since I refuse to have filenames with brackets or spaces (let alone both!) on my computers, there seems to be no way I can use a separate "Dropbox (Work)" account. This is a deal breaker for me--I won't be using the Work account I just created until Dropbox fixes this problem.
- rwmorris7 years agoHelpful | Level 6
Because I have to keep doing this, I'm providing this step-by-step for macOS.
After installing Dropbox through Sydney University business account, it creates a folder called "Dropbox (Sydney Uni)" in my home directory by default, which breaks all my code in shared projects. So I want to rename the default folder to "Dropbox" (I don't have a personal Dropbox account).
After installing Dropbox and once it has finished downloading all your files to the default directory, the blue badges will disappear and be replaced with a green tick on all the completely downloaded files. We can now begin.
1. Quit Dropbox (select the cog in the Dropbox menubar item).
2. In Finder, rename the "Dropbox (Sydney Uni)" folder to "Dropbox"
3. open Terminal and navigate to your home directory
cd ~
4. create a symlink to the "Dropbox" folder with the same name as the default Dropbox directory (in my case "Dropbox (Sydney Uni)")
ln -s Dropbox Dropbox\ \(Sydney\ Uni\)
5. hide the new symlink so you don't have to be reminded of the stupid decisions of the Dropbox development team every day
chflags -h hidden Dropbox\ \(Sydney\ Uni\)
6. check your work
ls -l drwx------@ 12 rich staff 384 19 Nov 21:10 Dropbox lrwxr-xr-x 1 rich staff 7 19 Nov 21:27 Dropbox (Sydney Uni) -> Dropbox
7. restart Dropbox. It shouldn't complain about anything since it sees the new symlink as the default folder
About Plans and Subscriptions
Ask the Dropbox Community for help if you have questions about your Dropbox plan or subscription. Find solutions and share advice with 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!