Our Community is in read-only mode until April 8th, learn more here. You can still search existing threads or get help via Dropbox Support, the Dropbox Help Center, or Learn.
Forum Discussion
nathanrogers
5 months agoNew member | Level 2
Dropbox Finder Extension doesn't work and I have no Dropbox context menu items on new installation
I just installed to Mac OS Tahoe. I no longer have the "Make Available Offline" Feature available to me when I right click on a folder. All of the Dropbox list items are now gone.
There's no way to...
mikemorgenstern
13 days agoNew member | Level 2
I had this exact problem — garcon kept showing as disabled, reinstalling didn't fix it, pluginkit -e use didn't stick even with sudo. The root cause turned out to be a ghost FileProvider domain registration stuck in a broken state.
Check if you have one:
plutil -p ~/Library/Application\ Support/FileProvider/com.getdropbox.dropbox.fileprovider/Domains.plistIf it exists and shows "Disconnected" => true or "Path" => "FPFS_SHOULD_NOT_BE_USED", that's your problem. Dropbox sees this ghost domain on startup and disables garcon, expecting FileProvider to handle Finder integration instead — but the FileProvider domain is broken, so neither works.
The fix (quit Dropbox first):
rm -rf ~/Library/Application\ Support/FileProvider/com.getdropbox.dropbox.fileprovider/
sudo killall fileproviderd
sudo pluginkit -e ignore -i com.getdropbox.dropbox.fileprovider
sudo pluginkit -e use -i com.getdropbox.dropbox.garcon
open /Applications/Dropbox.appThis directory is managed by macOS, not Dropbox — that's why reinstalling Dropbox never fixes it. Full writeup is here.
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.
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!