Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Custom Domain with Google App Engine now that Google Apps is not free anymore

First I have to apologize if it seems like I am asking a question that has been asked before, but I looked at the Google App Engine documentation and the questions and answers here, and I am finding a lot of inconsistencies.

So my question is: I signed up for a new Google account in August 2013 specifically for developing an app for Google App Engine. I would like to use a custom domain with my app. In the documentation it says that I need to sign up for Google Apps in order to do this. It also says that I can sign up for a free account for 1 person. But it looks like this is not possible anymore since December 2012. I've seen several answers on this here, but they seem outdated as well.

So do I really have to pay $50/year for Google Apps, a service that I really don't need, just to use a custom domain with my Google App Engine App?

like image 975
woga Avatar asked Sep 01 '13 16:09

woga


People also ask

Can I use Google App Engine for free?

Apps in the standard environment have a free tier for App Engine resources. Any use of App Engine resources beyond the free tier incurs charges as described in this section. To estimate costs for App Engine resources in the standard environment, use the pricing calculator.

Can we customize domain name of your application created Google App Engine?

In the Google Cloud console, go to the Custom Domains tab of the App Engine Settings page. Click Add a custom domain. If your domain is already verified, the domain appears in the Select the domain you want to use section. Select the domain from the drop-down menu and click Continue.

How much does the Google app cost?

The free version of Google Apps is history. The current sign up page makes no mention of the previously free Standard edition. Instead, new users get a 14 day free trial, and then must pay $50 per user per year after that trial.


2 Answers

Actually there is one free solution, which is not that obvious.

  1. Go to AppEngine -> Application Settings -> Add domain -> Sign up for Google Apps
  2. Start a free 30 day trial - Do not add the billing options
  3. Setup your domain
  4. Add the domain to your app engine project
  5. When the 30 day trial expire the domain will still work.
like image 54
Vojtech Vrbka Avatar answered Oct 26 '22 01:10

Vojtech Vrbka


Have a look at this discussion : https://groups.google.com/forum/?fromgroups#!topic/google-appengine/jC_K-YlmXhM

like image 35
voscausa Avatar answered Oct 26 '22 02:10

voscausa