Your workflow is unique šØāš» - tell us how you use Dropbox here.
Mac
6 TopicsFix: Dropbox Finder Extension (Smart Sync / Right-Click Menu) Permanently Disabled on macOS
Hey all, I've been beating my head against the wall for a week now trying to figure out why my Dropbox Finder extension wasn't working. I don't have File Provider and really didn't want to set it up, plus I'm apparently not a candidate. I'm not sure exactly what caused this state. It was either a recent update or some aborted FileProvider migration. What I do know after much troubleshooting (thanks Claude Code, who wrote the breakdown below which I edited) is what the broken state looks like and how to fix it. Follow these instructions at your own peril. The Problem The Dropbox Finder extension stops working and can't be re-enabled: No sync status badges (green checkmarks, blue sync icons) in Finder No right-click context menu options ("Make Available Offline", "Make Online Only", "Copy Dropbox Link", etc.) Smart Sync is unusable ā you can't toggle files/folders between online-only and local The extension toggle in System Settings > Login Items & Extensions keeps turning itself off immediately after you enable it Running pluginkit -e use -i com.getdropbox.dropbox.garcon (even with sudo) doesn't stick Reinstalling Dropbox doesn't fix it You may also see "Dropbox Finder Extension" listed as a File Provider extension in System Settings, which is wrong ā it should be a Finder Sync extension The Broken State A ghost FileProvider domain registration gets stuck in ~/Library/Application Support/FileProvider/. You can confirm this is your issue: # Check if garcon is disabled pluginkit -mDAD -p com.apple.FinderSync 2>/dev/null | grep dropbox # Shows: - com.getdropbox.dropbox.garcon (the - means disabled) # Check if a ghost FileProvider domain exists plutil -p ~/Library/Application\ Support/FileProvider/com.getdropbox.dropbox.fileprovider/Domains.plist 2>/dev/null If the Domains.plist exists and shows something like: "Disconnected" => true "DisconnectionReason" => "This is an unlinked Dropbox" "Path" => "FPFS_SHOULD_NOT_BE_USED" "Enabled" => true ...then you have a ghost domain. It's registered and "Enabled" but completely non-functional. What this causes: When Dropbox starts, it sees a FileProvider domain is registered and enabled. It assumes FileProvider is handling Finder integration, so it deliberately disables garcon (the Finder Sync extension). But the FileProvider domain is broken/disconnected, so neither system works. You get no Finder integration at all. Why reinstalling doesn't fix it: This directory is managed by macOS, not by Dropbox. Uninstalling and reinstalling Dropbox ā even Dropbox's "advanced reinstall" that removes ~/.dropbox, ~/Library/DropboxHelperTools, etc. ā does not touch this directory. The ghost domain persists, and the next Dropbox install sees it and disables garcon again. You may also see ghost mounts appearing in ~/Library/CloudStorage/ (e.g., Dropbox-YourTeam or conflicted copies with timestamps in the name). These reappear even after deletion because the FileProvider domain is still registered. The Fix Make sure Dropbox is completely quit before starting. # 1. Quit Dropbox osascript -e 'tell application "Dropbox" to quit' 2>/dev/null sleep 2 pkill -f Dropbox sleep 2 # 2. Remove the ghost FileProvider domain registration # This is the key step that a normal reinstall misses rm -rf ~/Library/Application\ Support/FileProvider/com.getdropbox.dropbox.fileprovider/ # 3. Kill the FileProvider daemon so macOS picks up the change sudo killall fileproviderd # 4. Disable the FileProvider plugin, enable garcon sudo pluginkit -e ignore -i com.getdropbox.dropbox.fileprovider sudo pluginkit -e use -i com.getdropbox.dropbox.garcon # 5. Optionally clean up ghost CloudStorage mounts # (replace "Dropbox-YourTeam" with your actual mount name) sudo rm -rf ~/Library/CloudStorage/Dropbox-YourTeam*/ # 6. Start Dropbox open /Applications/Dropbox.app Verify after ~30 seconds: pluginkit -mDAD 2>/dev/null | grep dropbox Expected output: + com.getdropbox.dropbox.garcon(...) # + means ENABLED - com.getdropbox.dropbox.fileprovider(...) # - means disabled (what we want) + com.getdropbox.dropbox.TransferExtension(...) Your right-click Smart Sync options and sync badges should be back, and should survive Dropbox restarts. How We Figured This Out I had Claude compare the plugin state between two Macs ā one where Dropbox Finder integration worked and one where it didn't: Working Mac: garcon + (enabled), fileprovider registered but not active, no FileProvider domain in Application Support, no CloudStorage ghost mounts Broken Mac: garcon - (disabled), fileprovider + (active), FileProvider domain present showing "Disconnected" and "unlinked Dropbox", ghost CloudStorage mounts that kept reappearing The working Mac had Dropbox syncing to an external drive, where FileProvider can't operate. So no FileProvider domain was ever created, and garcon worked fine. The broken Mac had Dropbox on the internal drive, and at some point a FileProvider domain was registered. Even though it was in a broken/disconnected state, its mere existence caused Dropbox to disable garcon on every startup. Removing the ghost domain registration was the fix. This is something a normal Dropbox reinstall (or even Dropbox's "advanced reinstall") does not do. Notes This keeps Dropbox in "legacy" mode (syncing to a folder in your home directory rather than through ~/Library/CloudStorage/). This is preferable for workflows that need files to stay reliably local ā for example, video editing with Premiere Pro, where FileProvider can silently evict media files and cause "media offline" errors. If Dropbox attempts another FileProvider migration in the future, the ghost domain could return. If garcon stops working again, check ~/Library/Application Support/FileProvider/com.getdropbox.dropbox.fileprovider/ first. Tested on macOS Tahoe 26.x with Dropbox Business v244.4.6580 on Apple Silicon, but the issue isn't version-specific ā the ghost domain mechanism has been the same since macOS introduced FileProvider.32Views0likes2CommentsAny system, tool, or tip for bulk-creating structured folders efficiently?
Hi all, Iām currently trying to improve how I handle client onboarding, specifically, the folder structures we set up in Dropbox. Right now, Iāve been creating folders manually for each new client, with subfolders for contracts, reports, communications, etc. But as the volume increases, itās becoming really time-consuming and prone to inconsistencies. Iām wondering if anyone has a system, tool, or tip for bulk-creating structured folders efficiently? Ideally something that works with Dropbox. I recently came across a tool called EZFolders that lets you generate folder structures using AI, either by typing a command or uploading a CSV. It also has an AI assistant that helps guide you if youāre not sure how to format things. Seems like it could help, but Iām curious if anyone here has used it or knows more about it before I dive in. Would love to hear what others are doing to save time with this kind of task!436Views1like3CommentsOld Laptop with Old Dropbox-- how do I transfer files?
Hello Hive Mind! I recently fired up my old laptop (OSX 10.9.5, late 2009) and I cannot transfer files off of it. I have tried gmail, messages, airdrop, apple mail application, old flash drive... the works. Then I noticed that I had an Dropbox icon. It has Dropbox v1.1.35 and had my hotmail email as the account. It looks like it is working on the old laptop, and I uploaded a 253 KB .png file. However, when I go to my current laptop, and log into the browser Dropbox, it appears that I had to make an account with the same hotmail address. And I cannot find my files in the browser Dropbox. 1) Is v1.1.35 hopelessly outdated and should I just give up? 2) Do you have any suggestions about how to transfer these files off of my old machine?1.1KViews0likes3CommentsRemove "available offline" in finder under folders and files
Hello, Does anyone know a way to remove the āavailable offlineā phrase in Finder under files and folders? First of all, the phrase seems completely useless considering it can be there along with the cloud icon that indicates that a file/folder is not actually offline but needs to be downloaded to be opened. Second, this useless phrase takes away the ability to show item info in Finder. I used to be able to see the number of files in a folder, the resolution of a photo, or the file size (if itās an archive), but for some reason, Dropbox thinks that āavailable offlineā is more useful than that. I am surprised I could not find anything on this. It seems like I am the only one concerned with this issue. Maybe there is a simple toggle somewhere in the settings that I am missing. Unfortunately, today I found out that your files can be marked āavailable offlineā but still be in the cloud, and that is a deal-breaker for me. However, my annual subscription just renewed, so Iād like to find out how to remove this annoying āavailable offlineā phrase and see my file/folder info until I find a replacement.682Views0likes2CommentsMove large files from Macbook to the web. The operation stops when the Mac goes to sleep.
These steps allow the Mac to run all night moving the large files. Go to System Preferences on the Mac and choose the "Battery" icon. Find the "power adapter" and set the control to prevent turn off when the Mac goes to sleep.852Views0likes0CommentsMacOS, high CPU usage by open directory, symlinks in Dropbox
Hi, I just wanted to share how I solved this high-CPU-usage problem. The short story is: delete all your symbolic links from under the Dropbox folder. Long story: I'm on macOS High Sierra and I found that a system process ("daemon") called "opendirectoryd" keeps using 50--100% of CPU all the time as long as the computer is up. I don't know exactly when this started, but it started recently, say a few weeks. I searched the Net and found a lot of discussions about the daemon using a lot of CPU time. Apparently there are so many different causes. Some of the discussions pointed to Dropbox. I indeed found that Dropbox is the cause: when I pause syncing, the daemon's CPU use immediately drops well below 1% and as soon as I resume Dropbox syncing, the daemon's CPU use shots up and stays there forever. But all the Dropbox-related answers say that you should delete dead symbolic links. I did delete the few dead symbolic links I had in my Dropbox folder but the problem persisted. Then I came across this document in the Dropbox help: https://www.dropbox.com/help/desktop-web/high-cpu-usage which says that Dropbox uses a lot of CPU time to hand symbolic links (dead or not). Although I didn't want to do that, I bit the bullet and deleted all my symbolic links under the Dropbox folder and moved the files and folders from my main directory to Dropbox. Now, the opendirectoryd daemon stays calm.5.5KViews0likes0Comments