We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable Site Verification API on project.
Create a service account with Owner role.
Authenticate using credentials.json.
credentials.json
Use webResource().getToken() to generate a DNS token — works correctly.
webResource().getToken()
Publish the TXT record: google-site-verification=DGSSxFEFCIoxdzjc1imgSz1ttICLTzkMeFJGWOmxkog
Confirm visibility of TXT record using Google's DIG tool, OpenDNS, and global resolvers.
Call webResource().insert() with type INET_DOMAIN and verificationMethod='DNS'.
webResource().insert()
INET_DOMAIN
verificationMethod='DNS'
Should verify domain successfully when the TXT token is present.
Always returns 503:
HttpError 503 when requesting https://www.googleapis.com/siteVerification/v1/webResource?verificationMethod=DNS&alt=json returned "An unexpected error occurred. Please try your request again."
This issue has persisted for over 24 hours. It is not a 403 or 400 — it’s a backend error from the Site Verification service.
soyrafaramos.com
Is this API endpoint currently degraded or subject to temporary failure?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
vchudnov-g
No branches or pull requests
Environment details
Steps to reproduce
Enable Site Verification API on project.
Create a service account with Owner role.
Authenticate using
credentials.json
.Use
webResource().getToken()
to generate a DNS token — works correctly.Publish the TXT record:
google-site-verification=DGSSxFEFCIoxdzjc1imgSz1ttICLTzkMeFJGWOmxkog
Confirm visibility of TXT record using Google's DIG tool, OpenDNS, and global resolvers.
Call
webResource().insert()
with typeINET_DOMAIN
andverificationMethod='DNS'
.Expected behavior
Should verify domain successfully when the TXT token is present.
Actual behavior
Always returns 503:
HttpError 503 when requesting https://www.googleapis.com/siteVerification/v1/webResource?verificationMethod=DNS&alt=json returned "An unexpected error occurred. Please try your request again."
This issue has persisted for over 24 hours. It is not a 403 or 400 — it’s a backend error from the Site Verification service.
Additional context
soyrafaramos.com
Is this API endpoint currently degraded or subject to temporary failure?
Thanks in advance.
The text was updated successfully, but these errors were encountered: