Originally reported by Anonymous
Hello,
I'm unsure what is causing this - I've tried it with several different several access keys from Amazon. I am signed up for the Product Advertising. The config file is named amazon-product-api.cfg and is located in the folder C:\Users<my username>
The contents of the configuration file are as follows:
[Credentials]
access_key =
secret_key =
associate_tag =
Obviously, there aren't actually x's in the config file itself, just placeholders to get the point across
When I execute the sample script, it will return the following error:
raise _e(errors[e.code])
amazonproduct.errors.InvalidClientTokenId: InvalidClientTokenId: The AWS Access Key Id you provided does not exist in our records.
Have any of you encountered this before? Any ideas on resolving this?
Originally reported by Anonymous
Hello,
I'm unsure what is causing this - I've tried it with several different several access keys from Amazon. I am signed up for the Product Advertising. The config file is named amazon-product-api.cfg and is located in the folder C:\Users<my username>
The contents of the configuration file are as follows:
[Credentials]
access_key =
secret_key =
associate_tag =
Obviously, there aren't actually x's in the config file itself, just placeholders to get the point across
When I execute the sample script, it will return the following error:
raise _e(errors[e.code])
amazonproduct.errors.InvalidClientTokenId: InvalidClientTokenId: The AWS Access Key Id you provided does not exist in our records.
Have any of you encountered this before? Any ideas on resolving this?