Reputation: 3
When I run 'ask init' a login browser page is opened. I login with my amazon account, and I am getting a Success message, but in the console I am getting the next error:
Call list-vendors error. Error code: 401 { "message": "You are not authorized to access this operation." }
Can someone help me out with this?
Thanks in advance!
Upvotes: 1
Views: 513
Reputation: 18676
I have a developer account and a personal account. I was trying to connect my personal account instead of my developer account, so when I connected my developer account, i solved the problem.
Upvotes: 0
Reputation: 1431
I solved this now by: First installing and configuring aws cli: https://docs.aws.amazon.com/cli/latest/userguide/cli-install-macos.html
Completing my (AWS Root Account) developer profile at developer.amazon.com
Upvotes: 1