Anand_5050
Anand_5050

Reputation: 1159

ask-cli, Ask deploy, UnrecognizedClientException: The security token included in the request is invalid

I am new to alexa and frustrated with below error :

UnrecognizedClientException: The security token included in the request is invalid

I am able to create the new skill with ask new command for example :

AWS profile "ask_cli_default" was successfully associated with your ASK profile

but when i use ask deploy it gives above mentioned error.

Can anyone help ? .

Upvotes: 1

Views: 177

Answers (1)

Anand_5050
Anand_5050

Reputation: 1159

After long hours of RnD i could solve this with below command :

ask deploy -p yourprofilename

Hope it will help someone needed.

Upvotes: 1

Related Questions