Skip to content

Instantly share code, notes, and snippets.

@poguez
Created April 12, 2020 18:22
Show Gist options
  • Save poguez/b8bfbd2428e2f8b742c8a8cfd3f31282 to your computer and use it in GitHub Desktop.
Save poguez/b8bfbd2428e2f8b742c8a8cfd3f31282 to your computer and use it in GitHub Desktop.
How to let Amazon Photos / Amazon Cloud Drive use an external drive

How to use an external drive with Amazon Photos or Amazon Cloud Drive

  1. Install the Amazon Photos Amazon Clour Drive application. When it asks you to sync from your cloud to your local, choose any folder in your hard drive.
  2. Then, turn off the the application
  3. Plug your external hard drive in.
  4. In your Finder, go to: /Users/USER_NAME/Library/Application Support/Amazon Cloud Drive
  5. Open file amzn1.account.#########-settings.json with your text editor, you will see somethings like this:
{
    "DeviceSourceId": "################",
    ...
    "SyncPath": "/Path/To/Your/Sync/Directory"
}
  1. Change the value of SyncPath to your preferred external hard drive. To something like this "SyncPath": "/Volumes/ExternalDrive/Amazon Drive"

  2. Start Amazon client, it will ask you the location of sync folder, just click Next and the client will sync your cloud folder to your external hard drive.

@AnilRh
Copy link

AnilRh commented Sep 12, 2022

This used to work for me, now Amazon Drive just keeps restarting if SyncPath leads to an external Drive. :(

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