【发布时间】:2016-02-05 17:53:42
【问题描述】:
我正在尝试使用 python 脚本创建 Amazon Mechanical Turk HIT,但遇到以下问题。我验证了我在 AMT Requester 帐户中的注册,看起来还不错。谁能让我知道如何进行。以下是错误:
raise MTurkRequestError(response.status, response.reason, body)
boto.mturk.connection.MTurkRequestError: MTurkRequestError: 200 OK
<?xml version="1.0"?>
<CreateHITResponse><OperationRequest><RequestId>aec5b15f-0ba9-413f-9443-1555152315c7</RequestId><Errors><Error><Code>AWS.NotAuthorized</Code> <Message>The identity contained in the request is not authorized to use this AWSAccessKeyId (1454688645360 s)</Message></Error></Errors></OperationRequest></CreateHITResponse>
【问题讨论】:
标签: python python-2.7 boto mechanicalturk