แก้ปัญหาเกี่ยวกับ Site Verification API
หน้านี้จะอธิบายปัญหาที่พบบ่อยซึ่งคุณอาจพบเกี่ยวกับ
Site Verification API ในฐานะตัวแทนจำหน่าย
400:badRequest
ข้อผิดพลาดนี้เกิดขึ้นเมื่อ Google ไม่พบโทเค็นการยืนยัน วิธีแก้ปัญหานี้คือการยืนยันว่าได้วางโทเค็นในปลายทางเรียบร้อยแล้ว และเรียกใช้เมธอดนี้ต่อไปโดยมีการเลื่อนเวลารอจนกว่าจะได้รับ200
การตอบกลับ
400:invalidParameter
ข้อผิดพลาดนี้เกิดขึ้นเมื่อโทเค็นการยืนยันไม่ถูกต้อง เรียกใช้เมธอด
webResource.getToken
เพื่อรับโทเค็นที่ถูกต้อง
403:usageLimits.dailyLimitExceeded
ข้อผิดพลาดนี้เกิดขึ้นเมื่อคุณเรียก API นี้ถึงโควต้ารายวันแล้ว หากต้องการแก้ไขปัญหานี้ ให้ใช้การหน่วงเวลาการลดจำนวน ดูข้อมูลเพิ่มเติมได้ที่ขีดจำกัดการใช้งานและโควต้า
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-12-21 UTC
[null,null,["อัปเดตล่าสุด 2024-12-21 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."]]],[]]