Skip to content

Instantly share code, notes, and snippets.

@jackilyn
Last active February 10, 2022 07:28
Show Gist options
  • Save jackilyn/4535185 to your computer and use it in GitHub Desktop.
Save jackilyn/4535185 to your computer and use it in GitHub Desktop.
How to move your Creative Cloud Connection folder with a symbolic link.

How to Move Your Creative Cloud Connection Folder with a Symbolic Link.

  1. Stop the sync and exit the Creative Cloud Connection App.
  2. Move the 'Creative Cloud Files' Folder to a different location.
  3. Open up Terminal.app.
  4. Create symlink by typing this in the terminal: ln -s /Volumes/hdd/Creative\ Cloud\ Files ~/Creative\ Cloud\ Files
  5. Start the Creative Cloud Connection App again.
@maledin
Copy link

maledin commented Jul 31, 2017

thank you so much for this!

@robertvasile
Copy link

note that in windows this method is not working either by creating a hardlink via mklink /J or by just creating a symbolic

@CPCer
Copy link

CPCer commented Feb 10, 2022

seems fine for me with this @robertvasile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment