排解 Site Verification API 問題
本頁面將說明當您以經銷商身分使用網站驗證 API 時,可能會遇到的常見問題。
400:badRequest
如果 Google 找不到驗證權杖,就會發生這個錯誤。如要解決這個問題,請確認符記已成功放入目的地,並繼續以延遲時間呼叫這個方法,直到收到 200
回應為止。
400:invalidParameter
驗證權杖無效時,就會發生這個錯誤。呼叫 webResource.getToken
方法,取得有效的權杖。
403:usageLimits.dailyLimitExceeded
當您達到這個 API 呼叫的每日配額時,就會發生這項錯誤。如要解決這個問題,請實作退避延遲。詳情請參閱「使用限制和配額」。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-12-21 (世界標準時間)。
[null,null,["上次更新時間: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."]]],[]]