Site Verification API 문제 해결
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
이 페이지에서는 리셀러로서 Site Verification API와 관련하여 발생할 수 있는 몇 가지 일반적인 문제에 대해 설명합니다.
400:badRequest
이 오류는 Google에서 인증 토큰을 찾을 수 없는 경우에 발생합니다. 이 문제를 해결하려면 토큰이 대상에 성공적으로 배치되었는지 확인하고 200
응답을 받을 때까지 백오프 지연으로 이 메서드를 계속 호출하세요.
400:invalidParameter
이 오류는 확인 토큰이 유효하지 않은 경우 발생합니다. webResource.getToken
메서드를 호출하여 유효한 토큰을 가져옵니다.
403:usageLimits.dailyLimitExceeded
이 오류는 이 API에 대한 호출의 일일 할당량에 도달한 경우 발생합니다. 이 문제를 해결하려면 백오프 지연을 구현하세요. 자세한 내용은 사용량 한도 및 할당량을 참고하세요.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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)."]]