Your workflow is unique 👨💻 - tell us how you use Dropbox here.
sync
203 TopicsKey Command/Shortcut to "Copy Dropbox Link" from Mac Finder.
I copy download links all day from the Mac Finder. It would be great to assign a key command so that you can highlight a file in your Dropbox via Mac Finder, and press a key command to copy the link instead of right clicking.Solved18KViews41likes67CommentsRequest: All files available offline by default
Moving the Mac to the new File Provider is great - very happy this is finally happening and support on the new M1 is much better. Kudos! Feature request: Really miss the feature to have Dropbox default to making all files downloaded and available for offline open/save. I will always, 100% of the time, want Dropbox to keep all my selected-to-sync files to also be downloaded and available for offline use. I know you can right-click to request offline availability, but this creates a bit of an unclear situation as you can't see by looking at a file in Finder whether it is supposed to be offline available or not. I want this to just be the way Dropbox works. Since there is the option to do this on a per file / folder basis using right-click, seems likely possible for Dropbox to make this effectively on-by-default for every file, with the user doing the gesture.Solved31KViews20likes90CommentsWhy is my download speed slow?
Hi, I don't understand why I'm having such a big problem downloading a movie from my Dropbox file onto my MacbookPro laptop. The file is only 1.2GB, I'm connected to my router with an ethernet cable, with a fibre-optic connection of 50/50Mbps uncapped and unthrottled. I've tried many times already, but the download is either ridiculously slow or stops altogether. I'm on Dropbox Pro, I have plenty space on my laptop hard drive, and I'm not doing anything else on the laptop at the same time. Am i doing this incorrectly or what? Help help please!Solved96KViews17likes23Comments"Smart" sync keeps downloading online-only files
I am growing increasingly frustrated with this so called "smart sync" feature Dropbox has recently introduced (or rather forced upon me). I have a number of files I've brought over to Dropbox using the finder on my Mac, that I have then marked as online only, in hopes that it would upload the files and then remove them from my local storage, which is limited. However Dropbox keeps randomly re-downloading the files to my system even after telling it that I want the files to be online only. This feature is supposed to "save hard disk space", which it does seem to do temporarily before it just starts downoading things again. It seems as though the only safe way to keep files from my drive is the old fashioned selective sync from preferences, but this is a backward way of working, especially when I want to have the folder show up on my local drive so I can bring files into it, but I may want those files to only live online. Has anyone found a solution to this abnormal behaviour (that, once again I might add, was forced on us as justification to increase the price of the paid service)?20KViews15likes77CommentsDropbox options missing in right-click menu on Windows
Hi guys, today, probably after downloading and installing latest stable release a Dropbox, the context menu disappeared from Windows Explorer. Dropbox version: 183.4.7058 Windows 10 version: 22H2 OS build 19045.3448 Unfortunately I am not sure, what version was installed prior to update. Any ideas to solve this? Was reading older posts of same issue and not sure how to proceed? Downgrade to older stable and disable updates for a while? Thanks PetrSolved47KViews5likes86CommentsHow to make Dropbox ignore node_modules folder with symbolic links (aliases)
PROBLEM Dropbox does not currently provide an ignore file/folder feature that enables a locally-unique instance to exist on each machine. One important use of this is the “node_moduels" folder used for node javascript development. The node_modules folder sees thousands of file changes during the development cycle. If this folder is allowed to sync, the important files you need (outside of it), are so far down in the sync queue that you never have the important files when you need them on your other systems. SOLUTION A better way to sync projects with Dropbox while ignoring the node_modules folder is to use a “properly” formed symlink (alias). At this time npm and yarn support a property formed symlink. HOWEVER, IT IS CRITICAL THAT THE LINK (ALIAS) AND TARGET HAVE THE SAME NAME! From shell prompt (terminal): cd YOUR_PROJECT_NAME mkdir -p ~/Downloads/node_modules_for_YOUR_PROJECT_NAME mv node_modules ~/Downloads/node_modules_for_YOUR_PROJECT_NAME ln -s ~/Downloads/node_modules_for_YOUR_PROJECT_NAME/node_modules Now create the same target node_moduels folder on each of your other systems **AFTER** Dropbox syncs the ENTIRE project direcotry. The old node_modules folder should be removed and the symlink (alias) added before running these steps. cd YOUR_PROJECT_NAME mkdir -p ~/Downloads/node_modules_for_YOUR_PROJECT_NAME/node_modules yarn install SUCCESS Dropbox WILL sync the symlink/alias file itself, but NOT the contents it points to. This seems to work well for file syncing across several of your own development systems, and then use git to push to the repo for others on the team. CAVEAT The tiny symlink (alias) file itself IS sync’d on all systems, but will point to a non-existent / empty folder on the other systems. This is most applicable for a single user, but can also be useful for teams if an individual variant of the ignored data is appropriate, such as for node_moduels. Hope this helps. 🙂 ..sebastianSolved22KViews5likes19CommentsExclude specific folder names with Smart Sync
I can see there's been a lot of demand for the "ignore files/folders with selective names" feature, but Dropbox is yet to consider an implementation. Largely, what this does is (1) save on uploading unnecessary folders (such as node_modules) that take unnecessary space; and (2) save on downloading uncessary folders when adding a new device for syncing. And by the way, Selective Sync doesn't solve this problem - as user responses have shown. Now, there's the Smart Sync feature that solves problem #2 in some way. However, problem #1 is still there. Or does Smart Sync solve this too?Solved7.6KViews5likes11CommentsSync icons missing in the Dropbox folder in Finder
I recently had a new work desktop (Mac) deployed. While all my downloaded Dropbox files were successfully transferred, there are now no sync icons next to Dropbox files in Finder. I have never had this issue before. The files are showing up as synced in the taskbar and online and across devices, but there are no green check icons in Finder. Published solutions to this problem (uninstall / reinstall Dropbox; restart computer; force-quit Finder; check that OneDrive or other overlay programs are not running) have not worked for me. Help?? Programs running are Google Chrome and Microsoft Word. MacOS Monterey 12.3.1 / Dropbox v147.4.4800. I have the Basic plan.Solved32KViews4likes65Comments