I am a user from india. On calling
amazon = AmazonAPI(aws_secret=secret_key,aws_associate_tag=assoc_id,aws_key=access_key,region='in')
the amazon server returns the error that timestamp has expired. And I found out that the function AmazonAPI is creating the same timestamp on every call: 2017-03-26T07:11:000Z , when i run the script.
Please can someone help me with that ?
I am a user from india. On calling amazon = AmazonAPI(aws_secret=secret_key,aws_associate_tag=assoc_id,aws_key=access_key,region='in') the amazon server returns the error that timestamp has expired. And I found out that the function AmazonAPI is creating the same timestamp on every call: 2017-03-26T07:11:000Z , when i run the script. Please can someone help me with that ?