I'm trying to develop a program in PHP to work with Mechanical Turk. For now, I'm testing it out with the command line tools.
I have an AWS account. I have a requester account on MTurk. I subscribed to the MTurk service. I have money in the account on MTurk. I have credit cards on file. I have my access keys entered and checked over and over.
But still, when I run a simple:
./getBalance.sh
I get:
An error occurred while fetching your balance: Error #1 for RequestId: 22712c4d-749b-4b2f-a99a-3ada89f186d1 - AWS.NotAuthorized: The identity contained in the request is not authorized to use this AWSAccessKeyId (*)
I edited out the number, but I don't know what that number refers to because it's not my access key.
I have a thread on the AWS forums, but no replies in about four days, so I'm really frustrated at this point. I want to continue on this project, but am powerless to do so until I get this working.
So what can it be? I haven't the slightest clue. I'd appreciate any help.