diff --git a/README.md b/README.md index 06c88f78a..a3eac23ce 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Rclone is a command line program to sync files and directories to and from - * Amazon Drive + * Amazon Drive ([See note](https://rclone.org/amazonclouddrive/#status)) * Amazon S3 / Dreamhost / Ceph / Minio / Wasabi * Backblaze B2 * Box diff --git a/docs/content/about.md b/docs/content/about.md index 17c54810d..6639e04a2 100644 --- a/docs/content/about.md +++ b/docs/content/about.md @@ -13,7 +13,7 @@ Rclone Rclone is a command line program to sync files and directories to and from: -* {{< provider name="Amazon Drive" home="https://www.amazon.com/clouddrive" config="/amazonclouddrive/" >}} +* {{< provider name="Amazon Drive" home="https://www.amazon.com/clouddrive" config="/amazonclouddrive/" >}} ([See note](/amazonclouddrive/#status)) * {{< provider name="Amazon S3" home="https://aws.amazon.com/s3/" config="/s3/" >}} * {{< provider name="Backblaze B2" home="https://www.backblaze.com/b2/cloud-storage.html" config="/b2/" >}} * {{< provider name="Box" home="https://www.box.com/" config="/box/" >}} diff --git a/docs/content/amazonclouddrive.md b/docs/content/amazonclouddrive.md index f760ab3de..08a77667c 100644 --- a/docs/content/amazonclouddrive.md +++ b/docs/content/amazonclouddrive.md @@ -7,9 +7,24 @@ date: "2017-06-10" Amazon Drive ----------------------------------------- -Paths are specified as `remote:path` +Amazon Drive, formerly known as Amazon Cloud Drive, is a cloud storage +service run by Amazon for consumers. -Paths may be as deep as required, eg `remote:directory/subdirectory`. +## Status + +**Important:** rclone supports Amazon Drive only if you have your own +set of API keys. Unfortunately the [Amazon Drive developer +program](https://developer.amazon.com/amazon-drive) is now closed to +new entries so if you don't already have your own set of keys you will +not be able to use rclone with Amazon Drive. + +For the history on why rclone no longer has a set of Amazon Drive API +keys see [the forum](https://forum.rclone.org/t/rclone-has-been-banned-from-amazon-drive/2314). + +If you happen to know anyone who works at Amazon then please ask them +to re-instate rclone into the Amazon Drive developer program - thanks! + +## Setup The initial setup for Amazon Drive involves getting a token from Amazon which you need to do in your browser. `rclone config` walks @@ -21,10 +36,8 @@ Amazon credentials out of the source code. The proxy runs in Google's very secure App Engine environment and doesn't store any credentials which pass through it. -**NB** rclone doesn't not currently have its own Amazon Drive -credentials (see [the -forum](https://forum.rclone.org/t/rclone-has-been-banned-from-amazon-drive/) -for why) so you will either need to have your own `client_id` and +Since rclone doesn't currently have its own Amazon Drive credentials +so you will either need to have your own `client_id` and `client_secret` with Amazon Drive, or use a a third party ouath proxy in which case you will need to enter `client_id`, `client_secret`, `auth_url` and `token_url`.