Happy to be helpful, Joshua. And here’s hoping your promises are fulfilled.
Cheers! On Tuesday, January 15, 2019 at 1:25:09 PM UTC-5, Joshua Smith wrote: > > I’m not going to pretend I have any idea how that spooky magic worked, but > you solved my problem! > > I’ll buy you a beer next time I’m near your googleplex. > > -Joshua > > On Jan 14, 2019, at 4:56 PM, 'Tiago (Google Cloud Platform Support)' via > Google App Engine <[email protected] <javascript:>> wrote: > > Hello Joshua, > > The error message you provided indicates that the domain is currently in > use by some other project. You can add custom domains > <https://cloud.google.com/appengine/docs/standard/python/mapping-custom-domains#adding_a_custom_domain_for_your_application> > > using the Cloud Console, the Cloud SDK or through the App Engine APIs. In > your particular case, the best way to re-add the domain to this particular > project is to use the App Engine APIs since it gives you the additional > option to override any existing mappings for the domain in question > (assuming, of course, that the domain ownership has already been verified > via the Webmaster Central portal > <https://www.google.com/webmasters/verification/verification?domain=mytowngovernment.org> > ). > > Here’s a brief set of instructions on how to use the API: > 1. Visit the API Explorer > <https://developers.google.com/apis-explorer/#search/admin%20api/appengine/v1/appengine.apps.domainMappings.create> > > and authorize OAuth requests to be performed for your account > 2. Enter your App ID under appsId, set overrideStrategy to OVERRIDE, and > provide the domain in the body request as an “id” property. > > You can enable SSL support afterwards in the Cloud Console by going to App > Engine > Settings > Custom Domains, selecting the domain in question and > clicking on “Enable managed security”. > > As for the G Suite mapping, in order to remove a primary domain in the > Admin Console, a second one has to be added and verified first. Then you > can make the newly added domain your secondary, and later remove the > original domain. This operation can cause issues with some G Suite services > though, so I would suggest going for the API and Cloud Shell routes first. > > > > > On Tuesday, January 8, 2019 at 10:38:11 AM UTC-5, Joshua Smith wrote: >> >> I have a site that I set up ages ago, back when you had to have gsuite to >> map domains to google app engine. >> >> On the GSuite console, it redirects the naked domain to www, as one did >> back then. The redirect monkey is stupid, though, in that it discards the >> path part of the URL. >> >> Now I’d like to support the naked domain directly on GAE, but it won’t >> let me because it says that the naked domain is already being used. >> >> I can’t remove the mapping in gsuite, because there’s no button to remove >> it. Only a button to change it (and there’s no “delete” option there). >> >> Helpful screenshots attached. >> >> Has anybody who’s been around forever like me managed to make the >> transition to modern naked domains successfully? >> >> -Joshua >> >> >> > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > To post to this group, send email to [email protected] > <javascript:>. > Visit this group at https://groups.google.com/group/google-appengine. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-appengine/d6900f1f-88e5-4008-8f1f-62c55502f51c%40googlegroups.com > > <https://groups.google.com/d/msgid/google-appengine/d6900f1f-88e5-4008-8f1f-62c55502f51c%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/36557851-ddd0-4635-8894-974598ae2ed1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
