Connecting domain to google app engine without google apps

后端 未结 3 1716
迷失自我
迷失自我 2020-12-30 13:11

Actualy, It\'s a couple of questions:

  1. Is it possible to somehow avoid registering google apps if I just want to connect google app engine applications to non-n
3条回答
  •  执念已碎
    2020-12-30 14:11

    With the the (new?) developer console it is possible add domains to apps for free without using Google Apps. But you will not be able to use HTTPS without registering the domain with Google Apps.

    So the answer to the first question is "Yes" (presuming TLS is not required). The second question is not relevant. And as for the third question, multiple domains can be linked with the same application (without using Google Apps).

    1. Select your project in the developer console (https://console.developers.google.com/project)
    2. Navigate the side menu to access App Engine domain settings (App Engine -> Settings)
    3. After verifying your domain (which may take some time) you can add the domain to the app.

    I can't currently find Google-blessed documentation to support this. But I am currently serving an App Engine application on a domain that is not registered with Google Apps.

提交回复
热议问题