I am trying to authenticate to the cloud drive API using OAuth2. The scope string query parameter in the URL is:
scope=clouddrive%3Awrite+clouddrive%3Aread_all
The response that I get is:
My security profile is already whitelisted.
If the scope is clouddrive%3Awrite only then it works.
My Questions and comments: Why is the write and read_all scope invalid? Would the write scope allow reading as well? The Getting started example here: https://developer.amazon.com/public/apis/experience/cloud-drive/content/restful-api-getting-started uses both write and read_all scope in the example.