Re: [google-appengine] Domain Puzzle

2019-01-18 Thread 'Tiago (Google Cloud Platform Support)' via Google App Engine
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 > 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 
> 
>  
> 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 
> 
> ).
>
> Here’s a brief set of instructions on how to use the API: 
> 1. Visit the API Explorer 
> 
>  
> 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 google-appengi...@googlegroups.com .
> To post to this group, send email to google-a...@googlegroups.com 
> .
> 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
>  
> 
> .
> 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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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.


Re: [google-appengine] Domain Puzzle

2019-01-15 Thread Joshua Smith
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  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 
> 
>  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 
> ).
> 
> Here’s a brief set of instructions on how to use the API: 
> 1. Visit the API Explorer 
> 
>  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 google-appengine+unsubscr...@googlegroups.com 
> .
> To post to this group, send email to google-appengine@googlegroups.com 
> .
> 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
>  
> .
> 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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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/912DE869-E37D-41C0-BAA7-18C1FE29B971%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Domain Puzzle

2010-12-15 Thread Joshua Smith
My company has a domain kaon.ws that we used to use, but don't any more.  I'd 
like requests to www.kaon.ws to end up going to www.kaon.com.  www.kaon.com is 
in google app engine.  kaon.com is a google apps for business account.

I added kaon.ws as a domain alias in the kaon.com google apps control panel, 
and did the DNS thing to verify it.  It says that the domain is verified, but 
on the "Domain names" tab in the apps control panel, there is a yellow triangle 
! sign on the line for kaon.ws and a link to "Activate Domain Alias".  When I 
click that link, I get to a page that says the domain is verified.  But the 
yellow triangle remains in the tab page.

When I try to tell google app engine that my kaon.com (appid kaoncom) app is 
handling kaon.ws, it says "Sorry, you've reached a login page for a domain that 
isn't using Google Apps."

Help?

(Note that if you go to kaon.ws without the www, I'm currently using a redirect 
server to get you over to www.kaon.com; it's the straight www.kaon.ws that I'm 
trying to get GAE to handle.)

-Joshua

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.