evanshortiss / sns-mobile

Push notifications to Android, Kindle, and iOS devices easily using this module.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InvalidClientTokenId

cevatkerim opened this issue · comments

I'm getting this error:

[InvalidClientTokenId: The security token included in the request is invalid.]
message: 'The security token included in the request is invalid.',
code: 'InvalidClientTokenId',

I checked the the policy and key details for the user and they are all fine. Not sure why it's giving me this.

Any ideas?

@cevatkerim, sounds like your key/id are incorrect/invalid as per the error.

When you create an instance of SNS be sure to set these correctly:

accessKeyId: 'your_access_key_id',
secretAccessKey: 'your_secret_access_key'

Maybe try reversing them too? If that doesn't work then regenerate them and if it's still not working we'll need to do some digging.

Closing this. @cevatkerim, let me know if you think it shouldn't be closed.