I’m a big fan of Amazon Drive and use it regularly, but the desktop software is a bit lackluster. Sure, you can use the software to upload and download files, but that’s pretty much it. Amazon has now added the ability to automatically sync files in your Amazon Drive with your computer. To achieve this before, you had to use a 3rd-party app like Odrive, or do what I do, which is let my NAS handle syncing and have it upload a copy to Amazon Drive. Now syncing capabilities are natively built into the Amazon Drive client.
The Amazon Drive software will create a new Amazon Drive folder on your computer which it will automatically sync, just like Dropbox. While you can select any folder in your Amazon Drive to be synced down with your computer, you unfortunately can’t select other folders on your computer to be automatically synced up. All files you want synced to your Amazon Drive and across computers must be in the sole Amazon Drive folder on your computer.
It’s also worth noting that any stray files in your main Amazon Drive root directory, that are not in a folder, will automatically be synced down to your computer. If you want individual folders in your Amazon Drive to be synced, you have to manually select them.
With an Amazon Drive subscription costing only $59.99 per year for unlimited storage, or now free for a year if you buy a specific hard drive, it’s a great solution for offsite backups. This new sync feature makes it even better.
It appears that the Amazon Drive app makes its folder under c:\users\[USERID]\Amazon Drive
Is there a way to move/change that? My “C drive” is a smaller SSD… so I’d rather put my amazon stuff in the “my docs” folder on drive D…
This can be changed in the registry. You will need to navigate to HKEY_CURRENT_USER\Software\Amazon\Amazonclouddrive or HKEY_CURRENT_USER\Software\Amazonclouddreive. The registry key U are looking for is SyncRoot.
Great tip! I’ll have to see if a similar thing can be done in Mac OS.
I haven’t tested to see if this actually works yet, but it likely will.
For Mac, inside
/Users/[YOUR_USERNAME]/Library/Application Support/Amazon Drive/
there is a file that ends in sync.db
If you open that with an sqlite database reader you’ll see there is a database table named “files” with one entry that has the field “local_path”
If you change that to be a different folder path, it’s likely it will change which folder is automatically synced.
Again, I have not tested this myself.
What sqlite database reader do you like/recommend?
Thanks to your information, I have succeeded in forcing Amazon Drive to sync with my external drive on Mac, the detail is different on new version of Amazon Drive. We should change the path in *settings.json file. Here is a detail tutorial:
http://6fingers.me/?p=210
Very strange that I don’t have a HKEY_CURRENT_USER\Software\Amazon*
I’m running Windows 10.
This method no longer works. There is not Amazon Registry under Software.
If you install the software now you have the option to select the folder on the tutorial menu.
Doesn’t allow you to use your NAS. Is there anyway to trick it into allowing that? The old version you could just change the registry.
this is the dumbest feature ever.. needs some kind of off switch
Odrive sucks as it won’t let you authorize a UK Amazon Drive. It defaults to the US site.
No it doesn’t. I’ve been using it with ACD for 2 years.
About damn time.
All I want is a convenient interface to upload and download files from any of my PCs to and from my Amazon drive. Fortunately, this new version has an option to use it like the old one and you can deselect all folders so it doesn’t try to replicate your terabyte of crap down to your local PC like Google drive does.
Doesn’t look like this tip works for Win 10 and the latest app release. They’ve updated the app so it allows you to select the location in the latest release, as of January 2017.
Came to this page because one can’t change the location after the initial setup, even when uninstalling or reinstalling the application.
I can select another folder, but the application reboots to the select location screen. Select another folder again, same thing. A continuous loop.
Even took out the hard drive thinking I could force it to select a new location, but that wasn’t the case. Still referenced the (now ghost) drive.
Having a heckuva time with this. Regedit fix no longer works, or at least the files are hidden. The only thing I can think of to solve this is to find a program that does a better scrub of the system than the Win10 Uninstall or to reinstall Win10 completely on my boot drive.
Zef: You can reset the path by simply unlinking your Amazon account in the sync client. You can do this in the sync client’s settings. This will “reset” the application and bring you back through the setup process where you select a target folder. Be forewarned that if the target folder contains a copy of the same files as Amazon Drive, the client will need to cycle through each one to verify it hasn’t changed; for a large folder that can take a while.
Hi Jeremy. I’m having the same issue. Excuse my ignorance, but how do I access the synch client?
Nora: In Windows, at least, you click on the Amazon Drive icon in your Windows task bar, next to the time. Note that it might be hiding behind a down arrow. It looks like a white cloud with a status icon (paused, syncing, or synced).
When you click on that icon, it will bring up a window displaying the files most recently synchronized. From there, click the settings menu (“…”) in the upper-right-hand corner and choose “Preferences”. Within the preferences window, click on the “Account” tab. You can then click “Deregister” to log out of your account.
Once this is done, the sync client will return to the same state it was when you first installed it, and should immediately ask you to log back in. Once you do, you will once again have the option of specifying where to place the “Amazon Drive” folder.
Hope this helps,
Jeremy
Thanks for the response, Jeremy. I think have discovered a work around…
I uninstalled the windows app and am accessing Amazon photos from my browser. This allows me to upload files from whichever folder(s) I specify… and doesn’t seem to save a duplicate copy locally. There is no automatic syncing, and that is fine for my needs.
It also won’t let you name the folder…it adds ‘Amazon Drive’ to the end of any specified path….any way to fix that on Windows 10? If you can’t name the folder yourself, it’s kind of useless.
Jeremy – how does this work on Windows 10? These options don’t exist there.
Just use NTFS junctions:
type cmd in start
mklink /J c:\users\[USERID]\Amazon Drive d:\Your_Folder_Sync
.. better use this path:
mklink /J “c:\users\[USERID]\Amazon Drive\Your_Folder_Sync” “d:\Your_Folder_Sync”
..whereas the folder c:\users\[USERID]\Amazon Drive\Your_Folder_Sync shouldn’t exist before executing the command. It will create a link of d:\Your_Folder_Sync in \Amazon Drive\ – i.e., amazon will believe everything in d:\Your_Folder_Sync is in Amazon Drive-Folder.
Help.
What I need Amazon Drive to automatically SYNC is “D:\”
Amazon Drive has installed it’s sync folder at “D:\Amazon Drive”
This is a server drive at our office. On “D:\” is about 6 folders with all of our files. I know I could “move” them all into the Amazon Drive folder – BUT – then every file link and reference in hundreds of documents will be broken.
I tried to set the default location for Amazon Drive to be “D:\” but it won’t – wherever I point it, it then makes the “Amazon Drive” folder.
So I thought about the “mklink” – but that wouldn’t work would it?
I want to make “D:\Amazon Drive” pretend it is “D:\” and then that makes everything that is on “D:\” sync?
I’m confusing myself…
WHAT I NEED: I need Amazon Drive to automatically sync EVERYTHING located at “D:\”
Is this possible? (and the registry edit capability is no longer available – i searched the Registry for “Amazon Drive” and no where did i see a default folder location to change to “D:\”
Please help. Thank you so much…
press windows + r, enter cmd, type the following command:
mklink /J “c:\users\[USERID]\Amazon Drive\d” “d:\”
(replace [USERID] by your computer’s name)
Odd, I have a junction for pictures and documents, but it is not picking up the sync at all???
Is this still valid?
This worked for me!! Thanks alot, this was really annoying