1
我正在嘗試使用python腳本創建Amazon Mechanical Turk HIT,並且出現以下問題。我在AMT Requester帳戶中驗證了我的註冊並且看起來很好。任何人都可以讓我知道如何繼續。以下是錯誤:創建HIT時無法識別AWSAccessKey
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>