Closed chaitra-kamath closed 7 years ago
same issue
I've created a "bottlenose" tag on Stack Overflow and encourage anyone running into usage-related questions there instead of here on the issue tracker. Please only open a new issue if you find a bug or have a feature request. Thanks! ✨
I am trying to access data using Amazon's API. I created product advertisement and aws account with same email and password, got the aws_secret, aws_key and affiliate_associate_key.
Then, I tried the following:
And, I get the HTTP 403 error as follows (I added some print statement in my urllib2.py file):
Things tried:
I made sure that all the keys and the associate_tag are infact from the same account. I also synced clock on my machine (which was in Central timezone) to sync to N.California timezone. I have made around 5 requests in over an hour.
I am using Python v 2.7.11 and running this code using Anaconda's QtConsole on my machine locally.
Appreciate any help!