排查 Site Verification API 问题
本页介绍了您作为转销商使用 Site Verification API 时可能会遇到的一些常见问题。
400:badRequest
如果 Google 找不到验证令牌,就会出现此错误。如需解决此问题,请验证令牌是否已成功放置在目标位置,并继续使用回退延迟调用此方法,直到收到 200
响应。
400:invalidParameter
当验证令牌无效时,会发生此错误。调用 webResource.getToken
方法以获取有效令牌。
403:usageLimits.dailyLimitExceeded
如果您已达到对此 API 的每日调用配额,就会出现此错误。如需解决此问题,请实现回退延迟。如需了解详情,请参阅用量限制和配额。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-12-21。
[null,null,["最后更新时间 (UTC):2024-12-21。"],[[["Resellers using the Site Verification API might encounter issues such as Google not finding the verification token, an invalid verification token, or exceeding the daily usage quota."],["A `400:badRequest` error indicates an unverified token and requires placement confirmation and continued API calls with backoff delays."],["An `400:invalidParameter` error signifies an invalid token necessitating the retrieval of a valid token using the `webResource.getToken` method."],["A `403:usageLimits.dailyLimitExceeded` error implies exceeding the daily call quota, requiring implementation of backoff delays and consulting usage limit documentation for further information."]]],[]]