python - Not able to identify AWSAccessKey while creating HIT -


i trying create amazon mechanical turk hit using python script , following issue. verified registeration in amt requester account , seems fine. let me know how proceed. following error :

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 request not authorized use awsaccesskeyid (1454688645360 s)</message></error></errors></operationrequest></createhitresponse> 

it access key. check following cases make sure correct:

a. 1 of common errors have different username , password mturk , aws accounts. check here more information.

important amazon mechanical turk requester account must created using same credentials (email address , password) root aws account created in step 1: sign aws account.

b. if create iam user make sure have appropriate permissions , if use root username make sure you're using credentials accordingly. check to manage aws security credentials part here more information.


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -