gpt4 book ai didi

python - 将亚马逊api与python一起使用

转载 作者:太空宇宙 更新时间:2023-11-04 01:33:00 28 4
gpt4 key购买 nike

似乎亚马逊已经改变了他们的 API,我从 Python 中得到错误:

id = "..."
pas = "..."
produit = amazon.API(id, pas, "fr")
produit.item_search("playstation")

我得到这个错误:

AWSError: AWS.MissingParameters: Your request is missing required parameters. Required parameters include AssociateTag.

我已经尝试过文档中的示例,结果是一样的:

produit.item_search('Books', Publisher='Galileo Press')

AWSError: AWS.MissingParameters: Your request is missing required parameters. Required parameters include AssociateTag.

我发现了这个:

Changing the example to:

api = API(AWS_KEY, SECRET_KEY, 'de',ASSOC_TAG)

从这里开始: https://bitbucket.org/basti/python-amazon-product-api/issue/33/required-parameters-include-associatetag

有什么想法吗?还是应该更新文档?

最佳答案

他们最近放弃了对过时 API 的支持,最新版本需要有效的关联标签。

https://affiliate-program.amazon.com/gp/advertising/api/detail/api-changes.html

Associate Tag Parameter: Every request made to the API should include a valid Associate Tag. Any request that does not contain a valid Associate Tag will be rejected with an appropriate error message.

ASSOC_TAG 必须是您的真实标签(与 API key 匹配的标签)。

关于python - 将亚马逊api与python一起使用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12405433/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com