Stay organized with collections
Save and categorize content based on your preferences.
This page describes some common issues that you might encounter involving the
Site Verification API as a reseller.
400:badRequest
This error occurs when Google can't find the verification token. To resolve this
issue, verify that token has been successfully placed in the destination and
continue to call this method with backoff delay until you receive a 200
response.
400:invalidParameter
This error occurs when the verification token is invalid. Call the
webResource.getToken method to get a valid token.
403:usageLimits.dailyLimitExceeded
This error occurs when you've reached the daily quota for calls to this API. To
resolve this issue, implement a backoff delay. For more information, see
Usage limits and quotas.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-19 UTC."],[[["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."]]],[]]