Invalid request authorizing Amazon Cloud Drive

Here’s what I did:

On my Mac:

rclone authorize "amazon cloud drive"

And I got this screen:

(URL: https://www.amazon.com/ap/oa?access_type=offline&client_id=&redirect_uri=http%3A%2F%2F127.0.0.1%3A53682%2F&response_type=code&scope=clouddrive%3Aread_all+clouddrive%3Awrite&state=9b02cae022f7a9cf8f35d0766f6c0290)

We’re sorry!
An error occurred when we tried to process your request. Rest assured, we’re already working on the problem and expect to resolve it shortly.

Hide Details
Error Summary
400 Bad Request
The parameter client_id is required
Request Details
access_type=offline
client_id=
redirect_uri=http%3A%2F%2F127.0.0.1%3A53682%2F
response_type=code
scope=clouddrive%3Aread_all+clouddrive%3Awrite
state=9b02cae022f7a9cf8f35d0766f6c0290

Is this a bug? Or is Amazon broken? Or some combination of factors?

So I set up an Amazon Developer account and got a client ID, etc. Now I have a new error:

We’re sorry!
An error occurred when we tried to process your request. Rest assured, we’re already working on the problem and expect to resolve it shortly.

Hide Details
Error Summary
400 Bad Request
An unknown scope was requested
Request Details
access_type=offline
client_id=amzn1.application-oa2-client.06812eb25ae74586b7ecb5b4e04ea048
redirect_uri=http%3A%2F%2F127.0.0.1%3A53682%2F
response_type=code
scope=clouddrive%3Aread_all+clouddrive%3Awrite
state=ff9290474cf2924a2cb04c1173e6614a

Can someone help?

Thanks!

Amazon Cloud Drive doesn’t work unless you have your own API key as the rclone key is revoked.

Ahh thanks. Much appreciated!