Re: [google-appengine] Re: Redirected custom domain from Google does not show in browser address bar

2021-04-27 Thread Glenn Richard
ery low because the person would need to know the > Application Id, and also know it’s being hosted on GAE. > > * .* NoCommandLine *..* > https://nocommandline.com > > *A GUI for Google App Engine* > > > > > > > On Apr 27, 2021, at 5:52 AM, Glenn Richar

Re: [google-appengine] Re: Redirected custom domain from Google does not show in browser address bar

2021-04-27 Thread Glenn Richard
See this > StackOverflow <https://stackoverflow.com/a/66268646/15211203> response > (you can ignore the SSL bit) > > On Monday, April 26, 2021 at 3:25:51 PM UTC-7 Glenn Richard wrote: > >> Hi David, >> >> So,delving a little more into the problem, if I type the

Re: [google-appengine] Re: Redirected custom domain from Google does not show in browser address bar

2021-04-26 Thread Glenn Richard
ing for DNS propagation, you should be able to see these domain > names within your address bar and it should not redirect you to the > appspot.com domain. Please make sure you configure the cname as > instructed in the document. > > On Monday, April 26, 2021 at 4:09:26 AM UTC-4 Glenn

[google-appengine] Re: Redirected custom domain from Google does not show in browser address bar

2021-04-26 Thread Glenn Richard
gt; > > and waiting for DNS propagation, you should be able to see these domain > names within your address bar and it should not redirect you to the > appspot.com domain. Please make sure you configure the cname as > instructed in the document. > > On Monday, April 26

[google-appengine] Re: Redirected custom domain from Google does not show in browser address bar

2021-04-26 Thread Glenn Richard
o my App Engine project addresses <<< > > How did you do this? Did you use the 'Add a Custom Domain' under App > Engine > Settings? If you didn't, try that method > > On Sunday, April 25, 2021 at 6:09:30 AM UTC-7 Glenn Richard wrote: > >> I pur

[google-appengine] Redirected custom domain from Google does not show in browser address bar

2021-04-25 Thread Glenn Richard
I purchased two custom domains from Google, and have redirected them to my App Engine project addresses. I performed the steps of setting up DNS for both. When I enter either of the custom domains into a browser address bar, the redirection does occur, and the page content is displayed in the b

[google-appengine] Re: "www.custom-url.com is already mapped to a project" error when trying to point custom domain to App Engine app

2017-10-12 Thread Glenn Goodrich
@Kenworth, I have the same issue and have opened an issue with issue tracker. Do you know any more about this problem? I have attached screenshots of my issue. I have not deleted the project. I would like to find a way to add the 'www' subdomain so I can get SSL for that as well. As it is now,

[google-appengine] Changes in Cloud SDK 0.9.76 for Go on Managed VM apps

2015-09-02 Thread &#x27;Glenn Lewis' via Google App Engine
like $ aedeploy gcloud preview app deploy ./app.yaml --set-default --version demo --docker-build=remote It is good practice (though not required) to vendor your dependencies, since that keeps your dependencies stable. If you do, still use aedeploy. -- Glenn -- You received this message because

[google-appengine] Re: Go App Engine modified APIs

2015-07-15 Thread &#x27;Glenn Lewis' via Google App Engine
f you need higher availability of Memcache, you may wish to consider getting a Dedicated Memcache <https://cloud.google.com/appengine/docs/go/memcache/#Go_Configuring_memcache> . -- Glenn On Wed, Jul 15, 2015 at 8:03 AM, Glenn Lewis wrote: > For Go on App Engine questions, please use the G

[google-appengine] Re: Go App Engine modified APIs

2015-07-15 Thread Glenn Lewis
ng/appengine/commit/bcfa7f27d2c3d83c7941564274e7797829a30f9e> that hopefully solves this problem. Please try updating with "go get -u google.golang.org/appengine/..." and see if that fixes the problem. -- Glenn On Tuesday, July 14, 2015 at 8:13:05 AM UTC-7, pedro mg wrote: > > Hi, > > any idea on

[google-appengine] Re: Upcoming changes to App Engine support in the Google Cloud SDK

2015-07-08 Thread Glenn Lewis
uot; tool for running and deploying. If you have a "v2" (aka "Managed VM") Go app ("vm: true"), you will continue to use the Google Cloud SDK and the "gcloud" tool for running and deploying (examples <https://cloud.google.com/appengine/docs/go/googleclo

[google-appengine] Issues with Cloud SQL query parsing

2015-06-15 Thread Glenn Molnar
Hi, We are suddenly seeing SQLExceptions when attempting to execute a Cloud SQL query, in a particular application environment as follows: java.sql.SQLException: Wrong number of parameters: expected 0, was given 1 Query: delete from ppq.channel where clientId = ? Parameters: [7a8261ef-a3f

Re: [google-appengine] Re: Google Apps No Longer Free

2013-06-17 Thread Pat Glenn
Hi Andrew, I set up my domain on the appengine (at least I think I did it correctly). However, how do I know that once the free 30 day trial for the google apps for business expires, that my account on the appengine will automatically take over? Or do I need to do something to switch it over no

[google-appengine] Re: Problems with deploying

2013-02-02 Thread Glenn Wiskur
+1 Unable to update: java.lang.RuntimeException: Version not ready. at com.google.appengine.tools.admin.AppVersionUpload.commit(AppVersionUpload.java:572) at com.google.appengine.tools.admin.AppVersionUpload.doUpload(AppVersionUpload.java:143) at com.google.appengine.tools.admin.App

[google-appengine] Re: channel.js not returning the correct mime type

2011-07-04 Thread Glenn Simon
When will this issue be fixed? Channel does not work with IE9. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/oLpEn_nDfG0J. To post to this group

[google-appengine] Re: Availability of GAE app for Google Apps users

2010-12-14 Thread Glenn Blackler
Thanks for the additional help! The Federated Login feature won't help me much at this point. The data we manage is relatively sensitive and we have to use SSL and it looks like they don't support it yet. But, again, I appreciate your ideas! -- You received this message because you are subscribed

Re: [google-appengine] Availability of GAE app for Google Apps users

2010-12-10 Thread Glenn Blackler
I'll definitely let you know if I have any success. Thanks for taking the time to reply. -- 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,

[google-appengine] Availability of GAE app for Google Apps users

2010-12-09 Thread Glenn Blackler
need to do to make that happen? Sorry for my long-windedness. I appreciate any help :) Glenn -- 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 fr

[google-appengine] Re: static files not found after upload

2010-03-23 Thread Glenn Blackler
Thanks - I should have thought of that. Really appreciate it. On Mar 23, 2:56 am, "Nick Johnson (Google)" wrote: > Hi Glenn, > > Are you developing in Windows? If so, check the capitalization of your > filenames: Windows is case-insensitive, but all other platforms, incl

[google-appengine] static files not found after upload

2010-03-22 Thread Glenn Blackler
Hello -- My very simple app works fine on the dev server, but once uploaded it can't access a file in one of my static directories. I have a static directory "HTML" with two files in it. The first comes up fine (I redirect to it from .py script) but the other HTML file always brings an error when

[google-appengine] Re: Snow Leopard

2009-11-04 Thread Glenn
he AppEngine Launcher. On Nov 4, 12:51 pm, ryan baldwin wrote: > You have to switch to 2.5. Easy to do. > > Open a terminal and throw this command to the wind: > > defaults write com.apple.versioner.python Version 2.5 > > Enjoy! > > - ryan. > > > > On Wed, Nov 4, 20

[google-appengine] Snow Leopard

2009-11-04 Thread Glenn
I'm running Snow Leopard and therefore by default Python 2.6. I know that I need Python 2.5. I'm running the first "Hello, World" example, and trying the following at the Unix prompt in Terminal: %python2.5 /usr/local/bin/dev_appserver.py helloworld/ and this is what I get: Traceback (most re

[google-appengine] Unable to create a new application

2009-06-16 Thread glenn
My account says I have 10 applications remaining. But when I try to create a new application, entering my mobile phone number, country and carrier, I get the following error: The phone number has been sent too many messages or has already been used to confirm an account. Anyone know what's going

[google-appengine] Re: SMS Verification Help Form Broken

2009-04-21 Thread Glenn Rempe
Thank you Jeff. Both your reply, and you fixing my account are much appreciated. Suggestion : A bit of text on the comment form indicating its limitation would be really helpful I suspect to those trying to use it today... Thanks. Glenn On Apr 21, 9:21 am, "Jeff S (Google)" w

[google-appengine] SMS Verification Help Form Broken

2009-04-20 Thread Glenn Rempe
ed similarly cryptic messages regarding the carrier or country (when I had entered US and ATT and several permutations of each). Can you please fix this so that at least I can feel like I am making SOME progress in resolving my SMS issue? You can contact me directly at glenn at rempe.us if possib