Re: [google-appengine] Re: 404 error

2019-01-04 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
Hi, I should note that Google Groups are reserved for general Google Cloud Platform-end product discussions and not for technical questions. For technical questions, I recommend that you post your full detailed question to Stack Overflow

Re: [google-appengine] Re: F1 instances now have 256MB memory?

2019-01-04 Thread Jeff O'Neill
Thanks for the explanation. I'm using Python 2.7 on GAE standard so the same issue must apply there as well. On Fri, Jan 4, 2019 at 6:45 PM 'Tiago (Google Cloud Platform Support)' via Google App Engine wrote: > Hi, > > If you’re using the Java runtime on GAE Standard, since its updated from >

Re: [google-appengine] Re: F1 instances now have 256MB memory?

2019-01-04 Thread 'Tiago (Google Cloud Platform Support)' via Google App Engine
Hi, If you’re using the Java runtime on GAE Standard, since its updated from 32 to 64-bit in the Version 1.9.40, the Developer Console indeed reports a higher memory [1] usage for all associated instances. Specifically, small instances show double their sizes (in line with Jeff’s observation

[google-appengine] Re: How do I make SOCKS5 proxy on google cloud platform?

2019-01-04 Thread 'Mohibul (Google Cloud Support)' via Google App Engine
>From your message, it seems that you would like to know “How do I make SOCKS5 proxy on google cloud platform?”. I would like to have a look at the public documentation[1] on SOCKS proxy over SSH. If you have a further query then I would request you to provide a further explanation by what do

Re: [google-appengine] Re: Custom domains missing

2019-01-04 Thread Srinivasu Kota
[image: image.png] i am not able to add cricwaves.com and www.cricwaves.com to cricwaves-hrd On Fri, Jan 4, 2019 at 11:57 AM Srinivasu Kota wrote: > [image: image.png] > > i get this error > > I still feel you didn't understand the problem we are facingthis is > your scripts we used to

Re: [google-appengine] Re: Custom domains missing

2019-01-04 Thread Srinivasu Kota
now i was able to execute domainMapping and i was able to map domains to cricwaves-hrd, i think issue seems to have resolved...i still need to add SSL certificate...i will let you know if i have any issue with it.. your resolution helped so far. thanks, -Kota On Fri, Jan 4, 2019 at 12:03 PM

Re: [google-appengine] Re: Custom domains missing

2019-01-04 Thread Srinivasu Kota
i still have one issue... www.cricwave.com i need to delete this domain. mapped to cricwaves-hrd it says i don't have permission to delete it...i am owner for the domain, how come i don't have permission to remove it? On Fri, Jan 4, 2019 at 12:13 PM Srinivasu Kota wrote: > now i was able

[google-appengine] Re: Pushed my site with deploy but old one remains

2019-01-04 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Nikos, Detailing the actions to be taken: 1) redeploy your app with an empty application: you can read needed details on the "Deploying the Application" documentation page . 2) create an

Re: [google-appengine] Re: Video on how to setup Google Compute Engine

2019-01-04 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Dos, You need to authenticate and set the default project: gcloud auth login gcloud config set project PROJECT As mentioned, you have done the right thing, opening issue 120953373. The advantage is now that you can follow developments and instructions in the issue itself; you don't need

[google-appengine] Re: Trouble restricting access to app engine flexible service using VPC

2019-01-04 Thread 'Jorge A (Google Cloud Support)' via Google App Engine
Looking through the creation of the firewall rules [1] I can see that there's no port after tcp which you should specify. Please take a look at the documentation and the flags that you've used when creating the rules to compare the syntax as well as the flag should be followed by "=" and the

[google-appengine] Re: Custom domains missing

2019-01-04 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
Hi Srinivasu, I am not sure how you have migrated your App Engine app, but my assumption is that you have deleted your project prior deleting your domain mapping. If so, you may override your domain mapping via DomainOverrideStrategy

[google-appengine] GAE Error | Server Encountered an Error and couldn't complete your request. Please try again after 30 seconds

2019-01-04 Thread Kartik Domadiya
We have an app running on Google App Engine with Python 2.7 runtime which can be assessed using Google Login, implemented using users API endpoint. We are getting an error "Server Encountered an Error and couldn't complete your

[google-appengine] Re: Unable to get TLS 1.2 working on Mac OS

2019-01-04 Thread sdesapio
NP, thank you, thank you, thank you. On Wednesday, June 14, 2017 at 8:20:12 PM UTC-5, NP wrote: > > I figured out the problem and my understanding is > > 1) GAE was still referring to the old python installation (the one that > comes shipped with Mac). When I open the GAE Launcher, > > GAE >