Site Verification API に関する問題のトラブルシューティング
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
このページでは、販売パートナーとしてサイト所有権確認 API を使用する際に発生する可能性のある一般的な問題について説明します。
400:badRequest
このエラーは、Google が確認トークンを見つけられない場合に発生します。この問題を解決するには、トークンが宛先に正常に配置されていることを確認し、200
レスポンスを受け取るまで、バックオフ遅延でこのメソッドの呼び出しを続けます。
400:invalidParameter
このエラーは、検証トークンが無効な場合に発生します。webResource.getToken
メソッドを呼び出して、有効なトークンを取得します。
403:usageLimits.dailyLimitExceeded
このエラーは、この API の呼び出しの 1 日の割り当てに達した場合に発生します。この問題を解決するには、バックオフ遅延を実装します。詳細については、使用量上限と割り当てをご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-08-29 UTC。
[null,null,["最終更新日 2025-08-29 UTC。"],[],[],null,["# Troubleshoot Site Verification API issues\n\nThis page describes some common issues that you might encounter involving the\nSite Verification API as a reseller.\n\n`400:badRequest`\n----------------\n\nThis error occurs when Google can't find the verification token. To resolve this\nissue, verify that token has been successfully placed in the destination and\ncontinue to call this method with backoff delay until you receive a `200`\nresponse.\n\n`400:invalidParameter`\n----------------------\n\nThis error occurs when the verification token is invalid. Call the\n`webResource.getToken` method to get a valid token.\n\n`403:usageLimits.dailyLimitExceeded`\n------------------------------------\n\nThis error occurs when you've reached the daily quota for calls to this API. To\nresolve this issue, implement a backoff delay. For more information, see\n[Usage limits and quotas](/workspace/admin/reseller/v1/limits)."]]