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.
Hi,
I use a MacBook Air running MacOS Catalina. Since the upgrade to Catalina, my DB has been behaving oddly - after many years of trouble free use.
My DB never seems to fully synchronise. The numbers of files outstanding vary enourmously from less than a hundred to many thousands - and sometimes the number changes from one end of the spectrum to the other in moments. And the estimated time to complete the task varies similarly - from seconds to more than 100 days.
I have: updated the app to the latest version; logged out of DB and back in; re-started my computer; and de-linked and then re-linked my DB; and "fixed" the permissions DB has on my computer.
But nothing seems to make a difference. Indeed, from time to time large numbers of files suddenly show up with a red cross next to them; and then equally suddenly they become green ticks. At any one time, about 20% of my DB says that it is not yet synched.
Does anyone have any ideas about what might be going on; and what to do to return to the days when I never even thought about DB - because it just worked?
Many thanks.
JAB
Oooh... Non standard user directory (customized)! Now it's clear.
Try the modified commands:
sudo chflags -R noschg "/Users/jeremyastill-brown 1 2/Dropbox" sudo chflags -R nouchg "/Users/jeremyastill-brown 1 2/Dropbox" sudo chown -R "$USER" "/Users/jeremyastill-brown 1 2/Dropbox" chmod -R u+rw "/Users/jeremyastill-brown 1 2/Dropbox"
Again, line by line in terminal.
Hope now all will be Ok.
Jane
Community Moderator @ Dropbox
dropbox.com/support
Did this post help you? If so please give it a Like below.
Did this post fix your issue/answer your question? If so please press the 'Accept as Best Answer' button to help others find it.
Still stuck? Ask me a question! (Questions asked in the community will likely receive an answer within 4 hours!)
Hi Jane,
Thanks. I can give it a go. But before I do, what is the effect of uninstalling (and then re-installing) on my existing Dropbox shared folders? I work in a number of virtual teams, and I would not want to lose my data; or to affect the same data on other peoples' computers.
All the best.
JAB
Hi @JA-B,
@Jane asks you to uninstall/reinstall the Dropbox application, not the Dropbox folder.
Application management shouldn't affect you account content. Here I suppose you don't do it (app management can't, but you can do it 'by hand').
If I have to bet, your issue isn't in the application, but in Dropbox file/dir(s) permissions/owning. Before reinstall anything, try fix possible inconsistencies in your Dropbox folder using:
sudo chflags -R noschg "/Users/$USER/Dropbox" sudo chflags -R nouchg "/Users/$USER/Dropbox" sudo chown -R "$USER" "/Users/$USER/Dropbox" chmod -R u+rw "/Users/$USER/Dropbox"
Will be asked for your password (sudo). Take in mind "/Users/$USER/Dropbox" evaluates automatically to default folder position. If your folder occupies another place or have other name, set corresponding place/name as appropriate (in all commands above).
Hope this helps.
Many thanks. I confess that I don't naturally speak this (Mac) language.
I have done as you suggest, but the result is this:
Last login: Sat Oct 19 19:43:06 on ttys000
jeremyastill-brown1@JAB-ADA-Laptop-August-2018 ~ % sudo chflags -R noschg "/Users/$USER/Dropbox" sudo chflags -R nouchg "/Users/$USER/Dropbox" sudo chown -R "$USER" "/Users/$USER/Dropbox" chmod -R u+rw "/Users/$USER/Dropbox"
Password:
chflags: /Users/jeremyastill-brown1/Dropbox: No such file or directory
chflags: sudo: No such file or directory
chflags: chflags: No such file or directory
chflags: -R: No such file or directory
chflags: nouchg: No such file or directory
chflags: /Users/jeremyastill-brown1/Dropbox: No such file or directory
chflags: sudo: No such file or directory
chflags: chown: No such file or directory
chflags: -R: No such file or directory
chflags: jeremyastill-brown1: No such file or directory
chflags: /Users/jeremyastill-brown1/Dropbox: No such file or directory
chflags: chmod: No such file or directory
chflags: -R: No such file or directory
chflags: u+rw: No such file or directory
chflags: /Users/jeremyastill-brown1/Dropbox: No such file or directory
Have I done something wrong?
JAB
Hi @JA-B,
Not all at one! There are number of commands - 4 in fact. You have to execute line by line. Every line is one command.
Hope this clarifies the things.
PS: Something more: Did you check if path to you Dropbox directory is "/Users/jeremyastill-brown1/Dropbox"?!
Ah! Sorry - told you I don't speak the language.
Are you able to tell if I have the right "/Users/$USER/Dropbox" path? I suspect that I don't - but I can't work out what it should be.
Apologies again for being a bit slow.
JAB
Check this in the directory Info window.
Path: I suspect I have it wrong - havign tried only one command, the result is:
jeremyastill-brown1@JAB-ADA-Laptop-August-2018 ~ % sudo chflags -R noschg "/Users/$USER/Dropbox"
Password:
chflags: /Users/jeremyastill-brown1/Dropbox: No such file or directory
jeremyastill-brown1@JAB-ADA-Laptop-August-2018 ~ %
JAB
I'm really sorry. I don't know what a "Directory Info Window" is.
JAB
The way we work is changing. Share and discover new ways to work smarter with Dropbox in our community.
Sound good? Let's get started.Hi there!
If you need more help you can view your support options (expected response time for a ticket is 24 hours), or contact us on Twitter or Facebook.
For more info on available support options, see this article.
If you found the answer to your question, please 'like' the post to say thanks to the user!