我正在尝试使用OAuth2对云端硬盘API进行身份验证。 URL中的范围字符串查询参数是:
范围= clouddrive%3Awrite + clouddrive%3Aread_all
我得到的回应是:
我的安全配置文件已列入白名单。
如果范围是clouddrive%3Awrite,那么它才有效。
我的问题和评论: 为什么write和read_all范围无效? 写入范围是否也允许读取? 这里的入门示例:https://developer.amazon.com/public/apis/experience/cloud-drive/content/restful-api-getting-started在示例中使用了write和read_all作用域。
答案 0 :(得分:0)
我的client_secret有一个错字!它现在正在运作。