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!
richcaw
6 years agoExplorer | Level 4
THanks @donawalt, this worked for me.
donawalt wrote: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!
- tailormadewords6 years agoNew member | Level 2thanks, that worked for me too!
- Antonis_Pet6 years agoHelpful | Level 6
This works! Thank you donawalt!
- newyorker19796 years agoHelpful | Level 6
Oh interesting! I am scared to use Terminal lol. How do you know this will be the Dropbox fix?
- mlawson19866 years agoExplorer | Level 4
For what it's worth, I recently did a full refresh on my MBP and grabbed the latest version of dropbox as a result, and this issue has resolved itself for me. If nobody has tried it yet, make sure Catalina is up to date, and just reinstall dropbox to ensure you're at the latest vrsion.
- pentagramwookie6 years agoHelpful | Level 6
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
in Terminal, that worked for me, thanks!!
- ChiDeb206 years agoExplorer | Level 4
pentagramwookie wrote: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
in Terminal, that worked for me, thanks!!
Hi! I understand that your solution works. Can you walk us through your instructions, please? I open Terminal, then what? Do I type "done" too? Thanks in advance for your help. I'm a novice at all this!
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!