After setting up a new MacBook Air M3 running macOS Sequoia 15.4.1, the Dropbox Finder contextual menu items (like “Share Dropbox Link”, “View on Dropbox.com”, etc.) are missing — even though Dropbox is syncing files properly.
Dropbox version: 223.4.4909
Steps to Reproduce:
- Install Dropbox from the official site (.dmg)
- Log in and allow sync (files sync correctly)
- Right-click on a file or folder within Dropbox in Finder
Expected Behavior: Dropbox contextual menu options should appear (like “Share link”, “View on Dropbox.com”, etc.)
Actual Behavior: No Dropbox-specific options are visible in Finder’s context menu
My System Details:
- Device: MacBook Air (13", M3, 2024)
- OS: macOS Sequoia 15.4.1
- Dropbox Version: 223.4.4909
Troubleshooting Steps I’ve Taken:
- Rebooted the Mac
- Relaunched Finder (killall Finder)
- Verified Dropbox is enabled in: System Settings → Extensions → File Provider
- Manually removed Dropbox config and helper tools:
rm -rf ~/Dropbox ~/.dropbox ~/.dropbox-master ~/Library/DropboxHelperTools
sudo rm -rf /Library/DropboxHelperTools
- Used pluginkit to inspect and re-enable plugins:
sudo pluginkit -r -i com.getdropbox.dropbox.garcon
sudo pluginkit -a /Applications/Dropbox.app
sudo pluginkit -e use -i com.getdropbox.dropbox.garcon
- Confirmed garcon.appex exists at: /Applications/Dropbox.app/Contents/PlugIns/
- Checked that Finder Extensions does not list Dropbox in System Settings. Plugin status shows:
- com.getdropbox.dropbox.garcon
+ com.getdropbox.dropbox.TransferExtension
com.getdropbox.dropbox.fileprovider
- Tried running DropboxHelper manually – it doesn't exist at the expected location
- Reinstalled Dropbox from scratch multiple times
Additional Notes:
I’m aware Dropbox offers the option to enable File Provider mode, but I’m hesitant to enable this as it may restructure folders and break automation scripts and workflows.
Asks:
- Is this a known bug on macOS Sequoia?
- Should com.getdropbox.dropbox.garcon work on Sequoia, and if so, how can I properly re-enable it?
- Is File Provider mode now required for Finder integration?
Support Ticket: #25075631
Thanks!