- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
比如说,我有以下网址:
和
第一个产生以下错误:
2012-09-19T11:32:33.794Z Failure Application ID invalid. Application ID invalid. 1.20 Error RequestError E791_CORE_BUNDLED_15340089_R1 791
而第二个则不然。我检查了多次,两个网址中的 appid 都是相同的,所以问题不在于 appid。
由我的 python 代码形成的第一个 url:
import requests
d=dict(appid = app_id, siteid = site_id, version = version)
d.update(user_params)
data = requests.get(endpoint, params=d)
问题的根源可能是什么?为什么两个看似相似的网址表现不同?
最佳答案
http://open.api.sandbox.ebay.com/shopping?
& http://open.api.ebay.com/shopping ?
一种是沙盒,一种是生产
When you join the Developers Program, you are provided with key sets for your application. The keys set for the Sandbox is different from the key set for the Production environment. (Keys for the Sandbox cannot be used to make API calls in the Production environment. Conversely, Production keys cannot be used to make API calls in the Sandbox.)
所以您的问题是两个 URL 中的 appID 相同。 :)来自 Sandbox and Production Keys
关于python - eBay API 在沙盒中返回 'Application ID invalid',但在生产中有效,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12494181/
我是一名优秀的程序员,十分优秀!