Wednesday 5 November 2014

Create an OSX Service to fix non-functional "Move to DropBox" feature

Like many others I've been frustrated that the DropBox contextual menu has disappeared in OSX Yosemite 10.10 and doesn't seem to be getting updated in a hurry.

Here we can duplicate the DropBox contextual menu's action and even improve on it at the same time, by using the Automator application to create an OSX service, which will have the function of moving a file or folder to your DropBox and then reveal the item for further action.
  1. Open Automator from the Applications folder
  2. Choose to create a new Service
  3. Choose the options Service receives selected: Files or Folders in Finder
  4. Drag the Move Finder Items action from the middle column into your workflow window at right
  5. Select your DropBox folder for the Move Finder Items To: option
  6. Drag the Reveal Finder Items action from the middle column into your workflow window at right
  7. Save the workflow from the File Menu, naming it Move to DropBox. The file when saved ends up in your user's Library/Services folder. You can edit it if you want to change the way it works, or duplicate it and target specific project folders.
Then test it out: right-click a file or folder in the Finder, and choose Move to DropBox from the Services sub-menu. Note that if a file with the same name already exists at the destnation no action will occur.

Please leave a comment if it's helped you. Thanks!

Guy Hemmings

Essex, England.









No comments:

Post a Comment