Python google云平台域验证中的问题

Python google云平台域验证中的问题,python,google-app-engine,google-cloud-pubsub,Python,Google App Engine,Google Cloud Pubsub,需要谷歌云平台域名验证方面的帮助。我正在尝试使用HTML标记方法验证appspot.comweb url。我的html包含: <html> <head> <meta name="google-site-verification" content="39k6VaTYfQcrqMGTZ1LDYXxlR4T0gtGeOTce68idUE0" /> <title> This is title </title> </head> <

需要谷歌云平台域名验证方面的帮助。我正在尝试使用HTML标记方法验证appspot.comweb url。我的html包含:

<html>
<head>
<meta name="google-site-verification" content="39k6VaTYfQcrqMGTZ1LDYXxlR4T0gtGeOTce68idUE0" />
<title> This is title </title>
</head>
<body>
Hello world
</body>
</html>
在“gcloud app deploy”之后,url仅打印Hello world,验证失败,并显示以下消息:

Verification failed for https://financelcr.appspot.com/ using the Meta tag method (less than a minute ago). Your meta tag is not in the <head> section of your home page.
Verify your ownership of https://financelcr.appspot.com/. Learn more.
的验证失败https://financelcr.appspot.com/ 使用元标记方法(不到一分钟前)。您的元标记不在主页的部分中。
验证您对的所有权https://financelcr.appspot.com/. 了解更多。

请帮助解决此问题。正在尝试在Google云存储上设置对象更改通知,但在验证域之前无法运行“gsutil通知watchbucket…”。任何帮助都将不胜感激。

明白了。标题必须在标题下方。具有正确的html格式。

解决了问题。标题必须在标题下方。具有正确的html格式

Verification failed for https://financelcr.appspot.com/ using the Meta tag method (less than a minute ago). Your meta tag is not in the <head> section of your home page.
Verify your ownership of https://financelcr.appspot.com/. Learn more.