如何将从谷歌域购买的网络域名连接到在谷歌 App Engine 上开发的网站?

Posted

技术标签:

【中文标题】如何将从谷歌域购买的网络域名连接到在谷歌 App Engine 上开发的网站?【英文标题】:How to connect a web domain name purchased from Google domains to a website developed on Google App Engine? 【发布时间】:2016-05-25 21:40:25 【问题描述】:

如何将我从 Google 域购买的网络域名连接到使用 Google 应用引擎开发的网站?

class MainHandler(webapp2.RequestHandler):
    def get(self):
        template = jinja_environment.get_template('templates/index.html')
        self.response.out.write(template.render())

【问题讨论】:

拼写和一点内容。 【参考方案1】:

设置 -> 自定义域页面:

https://console.developers.google.com/appengine/settings/domains?project=&moduleId=default

【讨论】:

以上是关于如何将从谷歌域购买的网络域名连接到在谷歌 App Engine 上开发的网站?的主要内容,如果未能解决你的问题,请参考以下文章

如何在谷歌大查询中从谷歌云存储上传表格

在谷歌工作的无限可能,从谷歌招聘包打听开始!

如何从谷歌撤销 OAuth 提供的令牌?节点JS

如何使用谷歌域为 https 设置根域重定向

如何连接到谷歌计算引擎上的远程 PostgreSQL 服务器?

Android,在谷歌地图上绘制路线