I have to say that the “new” Dropbox (167.4.419 as of now) app for macOS has been a bumpy ride, and that’s putting it mildly. I have been a happy paying customer for more than five years, but for the first time, I consider cancelling my subscription and using alternatives.
This major update came out of the blue, telling me that my Dropbox folder would be moved to ~/Library, and giving me no alternative.
1. I am working with (bash) shell scripts that need to access Markdown and HTML files in Dropbox – this is actually my main use case. Unfortunately, after Dropbox moved its folder to that “secure” location (~/Library/CloudStorage), the scripts won’t run anymore (it makes sense that a user bash scripts can’t / shouldn’t be able to waltz around the Library folder). E.g., cpio (required for copying files and folders) returns errors due to symlink issues. This used to be a generic user folder, i.e. “mine”. Now I have to deal with OS security intricacies.
2. Even after multiple restarts and 24 hours since I started migration, the Dropbox menu bar app still says “Syncing”, but it won’t tell me *what* it is syncing (the file-level queue drop-down shows no activity). A little more verbosity would be nice. There were obviously some file issues in a deeply hidden folder, but even after removing these files, synchronization won’t stop. This is a problem, as I am syncing to a second machine and need to know if/when everything is up-to-date.
3. When I select Dropbox from the Finder sidebar and navigate e.g. to a folder called “writings” that I know to contain a few hundred indexable files, Spotlight (the macOS file indexing and search system) doesn’t seem to see their content, claiming e.g. there are zero files containing the word “who”. However, when I switch to “On my Mac” instead of Dropbox/folder, files are immediately shown. When I check their location, they are… tadah! in Dropbox/writings. Something’s broken here.
All in all, this doesn’t look like a very well-tested version to me.
Not happy.