Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
Ted G.
7 years agoCollaborator | Level 8
Can't Drag Files to Dropbox Folder in Catalina
Hello,
In catalina I am no longer able to drag files in finder into the dropbox folder. The selected object just sort of springs back into place and will not enter the Dropbox folder.
donawalt
6 years agoCollaborator | Level 9
I thought I would share this - I have been waiting for the permanent fix from Dropbox, which will BE this fix - it has not come out yet, so I thought I would share the fix that worked for me. I think this is all they are going to add into an update but I am not sure about that. Can you see if this works for you? You may have to restart your computer if it doesn't work, but I didn't have to.
Open Terminal, and enter this command (all one line):
IFS=$'\n'; for path in `python -c $'import os\nimport json\nfor key, value in json.loads(open(os.path.expanduser("~/.dropbox/info.json")).read()).items():\n print value["path"].encode("utf-8")'`; do echo "$path"; xattr -d com.apple.quarantine "$path"; done
Then try the drag and drop again!
- donawalt6 years agoCollaborator | Level 9
Rob C.24 this is a bash shell command not zsh, which is the default. Many people prefer the old bash. Do this to change the default shell to Bash:
1. Open Terminal - see the title in the window? It says zsh right?
2. chsh -s /bin/bash
3. It will ask for your password
4. Close Terminal window and reopen it - you should see "bash" in the title of the window now
5. Now enter this (all one line, just copy and paste it):
IFS=$'\n'; for path in `python -c $'import os\nimport json\nfor key, value in json.loads(open(os.path.expanduser("~/.dropbox/info.json")).read()).items():\n print value["path"].encode("utf-8")'`; do echo "$path"; xattr -d com.apple.quarantine "$path"; done
6. If you want to change it back to the default zsh after this is done, close the Terminal window, open a new Terminal window, and type chsh -s /bin/zsh. It will prompt again for your password, then close the Terminal window. Next time you will see zsh in the title!
Good luck!
- Здравко6 years agoLegendary | Level 20
For temporary switch to bash shell (and not only), just run 'bash' command would be enough (no sudo, no turn forth and back). At the end just close you terminal and everything would be back. :wink:
- berm2b6 years agoNew member | Level 2
Was able to switch to bash but when I ran the main line I got the following message: "No such xattr: com.apple.quarantine" -- any ideas?
- rkimmel6 years agoNew member | Level 2
The proposed solution worked on one of my two machines. I'll try it on the other later.
- Mjfdc6 years agoNew member | Level 2I uninstalled and reinstalled Dropbox and after a bit more fiddling things were back to normal. Must have been an issue with the Catalina upgrade but now it seems to be fine.
- ChiDeb206 years agoExplorer | Level 4
Thanks for the troubleshooting. Is there an easier solution for those of us who are not programmers?
- rkimmel6 years agoNew member | Level 2
pentagramwookie's solution worked for me. No programming skills needed - just cut-and-paste the text from the post into a terminal window. Someone else has already done the programming :)
- akoozab6 years agoNew member | Level 2
Hi, I tried this command but got the error "No such xattr: com.apple.quarantine"
- akoozab6 years agoNew member | Level 2
+1 me too
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.
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!