对 Apigee API 的 API 请求无效
Invalid API Request for Apigee API
我有一个 API 需要 API 密钥才能通过。我为 API 组设置了相同的验证策略。但是,我的 API 的一些工作和其他工作不起作用,导致出现以下错误。可能是什么原因。
{
fault: {
faultstring: "Invalid ApiKey for given resource"
detail: {
errorcode: "oauth.v2.InvalidApiKeyForGivenResource"
}
}
}
错误 "Invalid ApiKey for given resource" 的可能原因之一是与 API 代理关联的产品可能没有正确的“资源路径”。
下面的 apigee 社区 link 更详细地解释了这个问题,以及应该如何设置资源路径才能使 API 中的不同路径起作用:
https://community.apigee.com/questions/965/need-to-know-about-in-resource-path.html
我有一个 API 需要 API 密钥才能通过。我为 API 组设置了相同的验证策略。但是,我的 API 的一些工作和其他工作不起作用,导致出现以下错误。可能是什么原因。
{
fault: {
faultstring: "Invalid ApiKey for given resource"
detail: {
errorcode: "oauth.v2.InvalidApiKeyForGivenResource"
}
}
}
错误 "Invalid ApiKey for given resource" 的可能原因之一是与 API 代理关联的产品可能没有正确的“资源路径”。
下面的 apigee 社区 link 更详细地解释了这个问题,以及应该如何设置资源路径才能使 API 中的不同路径起作用: https://community.apigee.com/questions/965/need-to-know-about-in-resource-path.html