Skip to content

authorization problem #18

@mikkokotila

Description

@mikkokotila

Hello, I installed form pip and am doing:

from myawis import *

access = 'x'
secret = 'x'

obj = CallAwis(access, secret)
urlinfo = obj.urlinfo("www.example.com")

and I get:

{'OutputTimestamp': '20180520T152730Z',
 'Request.Errors.Error.ErrorCode': '"User: '
                                   'arn:aws:iam::192208424764:user/alexa is '
                                   'not authorized to perform: awis:GET on '
                                   'resource: '
                                   'arn:aws:awis:us-west-1:192208424764:/api"'}

But this credential is ok in the AWS side. Any ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions