One month down in 2025: How are your resolutions coming along? Check out how to get back on track here.
Forum Discussion
Vincent M.9
10 years agoNew member | Level 1
Can you remove the space in the dropbox folder name ("Dropbox (Company-Name)")?
I'm using my companies business dropbox account. And it created a folder called "Dropbox (my companies name here)".
Is there a way to remove the space between "Dropbox" and "("? I don't want to have a space in the path. So the folder name will become "Dropbox-Company" or "Dropbox_Company" or something, but not space.
It seems impossible.
Hi all,
Unfortunately, it's not possible to change the name of Dropbox folder, as many of you have discovered.
If you are using it for scripts then the best thing would firstly to parse the info.json and grab the path from there. The JSON is located:
Mac/Linux:
~/.dropbox/info.json
Windows will be one of these two paths:
%APPDATA%\Dropbox\info.json
%LOCALAPPDATA%\Dropbox\info.json
I say this as if you were to move your Dropbox folder at anytime then this would, of course, break any paths that explicitly referenced an exact folder path.
On a side note, spaces within file paths shouldn't cause issues within scripts, it's fairly normal to have some spaces in there, just ensure your path string is correctly formatted and your script should be fine.
- Peter W.58New member | Level 1
This is an issue when running npm installs on Mac as well, for those of us trying to actually use Dropbox to the fullest.
- Héctor M.New member | Level 2
Same here. I need that space to get removed! Or maybe a way to revert to the pre-business (personal) Dropbox account.
- RichSuper User II
Exit the Dropbox app. Make a note of the current Dropbox folder name and rename it to what you need it to be. Create a symbolic link to the newly renamed folder name using the name it previous had. Restart the Dropbox client.
This is a solution that was posted by a Dropboxer a little over a week ago, but that does not mean that it's a supported solution. Simply put, you're on your own to get it to work and there's no guarantee that it will always work with future updates.
- Shelton K.Helpful | Level 5
I recommend creating a hard link instead of a symbolic link. Unfortunately, a lot of apps still choke on symlinks.
ln "~/Your Company Name Dropbox" ~/Dropbox
- Ryan D.12New member | Level 2
That space is a pebble in my shoe. Not to mention the parentheses.
- John Y.10New member | Level 1
I have the same problem, Need to eliminate the space and "()", I really want Business account but the Space and "()" is not working with many programs.
- Harry P.5New member | Level 1
workaround for me on Windows 10 is : mklink \J Dropbox_CO "Dropbox (CO)"
Dropbox sort it out, this issue has so many potential issues and is an easy fix. Raised in August 2015!! Either replace the spaces with another character or give the user control.
- Emiliano P.New member | Level 1
I hope this gets fixed soon. The space creates a lot of issues for me as well.
- Pouya B.New member | Level 1
Has anyone done anything about this issue? I'm having difficulty with this on linux.
- Dawn E.1New member | Level 2
More issues here due to the same, please address this Dropbox. I would actually like to use my business account for its intended purpose!
- Divya B.New member | Level 1
The space causing my scripts to fail -- please address. Like Dawn, I too would actually like to use my business account for its intended purpose! I now have to copy my entire DATA directory OUT of dropbox, just to be able to do my analysis. Defeats purpose of having dropbox for me... Thanks!
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!