[google-appengine] Re: Custom Domain not working

2016-11-17 Thread Victor Song
Need to add domain records manually to custom resource records on the DNS setup, as in step 6. -- 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

Re: [google-appengine] Dispatching to the new Flex VMs (beta) not working. Anybody else?

2016-11-17 Thread goldenv
Thanks Les for your reply. Yes, my website depends on the dispatch rules to make ajax calls to stay within my domain. But with the new flex vm's a 307 redirect is issued which the browser can not follow for an AJAX call as it breaks cross domain restriction. Hence, my website breaks. I have to

[google-appengine] Re: Custom Domain not working

2016-11-17 Thread Victor Song
I seem to have the same problem. Waited for a day and the custom domain didn't work. -- 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] Re: File referenced by handler not found: $PYTHON_LIB/default_start_handler.py

2016-11-17 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Я Юь, Sharp eye! The hazards of regular expressions... Thanks for pointing that out! On Sunday, November 6, 2016 at 6:07:03 PM UTC-5, Я Юь wrote: > > "/*" for the url entry is wrong, which WAS the cause of the aforementioned > error in the referred post. The correct regex would be "/.*",

Re: [google-appengine] Dispatching to the new Flex VMs (beta) not working. Anybody else?

2016-11-17 Thread 'Les Vogel' via Google App Engine
Are you using a full URL, ie. blah.appspot.com/barbaz or just /barbaz ?? There's currently an issue w/ 307's redirects that appear to be confusing things, you might wish to try using blah.appspot-preview.com/barbaz On Thu, Nov 17, 2016 at 2:50 AM, goldenv wrote: > Hi guys, >

[google-appengine] (Java) Remote API no longer needs to be behind security-constraint

2016-11-17 Thread John Wheeler
According to the docs here: https://cloud.google.com/appengine/docs/java/tools/remoteapi The Remote API uses it's own authentication mechanism and apparently doesn't need an auth-constraint in web.xml. Can someone from Google please confirm? Thanks -- You received this message because you

Re: [google-appengine] Getting Socket API FeatureNotEnabledException when billing is enabled

2016-11-17 Thread Roiy Shpaner
Thank you for the hint Josh! The "Daily spending limit" was actually set to "Unlimited", but I tried to set it to an arbitrary 100$ and now the exception is gone! On Thursday, November 17, 2016 at 5:42:58 PM UTC-5, joshuamo wrote: > > Do you have an AppEngine daily budget set to $0.00? That

Re: [google-appengine] Getting Socket API FeatureNotEnabledException when billing is enabled

2016-11-17 Thread 'Josh Moore' via Google App Engine
Do you have an AppEngine daily budget set to $0.00? That can cause this, as a zero daily budget is equivalent to free tier in terms of quota. On Thu, Nov 17, 2016 at 2:00 PM, Roiy Shpaner wrote: > Hey, > > I'm trying to start an App Engine service in manual scaling with

[google-appengine] can't start local development server -- what am I doing wrong?

2016-11-17 Thread Anon Sixty
I'm new to GAE, and just completed the GAE online PHP helloworld tutorial, but now I have a problem with the quickstart tutorial for local development: https://cloud.google.com/appengine/docs/php/quickstart#prerequisites My problem is that I cannot start the local development server from Windows

[google-appengine] Having problems with final step with Google Course Builder Deployment

2016-11-17 Thread Daniel Geiger
I have tried to follow the steps for this procedure as outlined here: https://www.google.com/edu/openonline/course-builder/docs/1.11/set-up-course-builder/set-up-course-builder.html as best I can. I downloaded Python. I Downloaded and unzipped the course builder folder. I set up a cloud

[google-appengine] Getting Socket API FeatureNotEnabledException when billing is enabled

2016-11-17 Thread Roiy Shpaner
Hey, I'm trying to start an App Engine service in manual scaling with some Firebase operations that are to run on a background thread. When I try to send a request I get the following exception in /_ah/background: "com.google.apphosting.api.ApiProxy$FeatureNotEnabledException: The Socket API

[google-appengine] New Flexible App Engine Beta Performs Redirects :(

2016-11-17 Thread Mark Herhold
I tried the new beta version of the flexible app engine and my application redirects (307 Temporary Redirect) to appspot-preview.com from my domain instead of serving up the requests from the domain. This is really awful for my use case and I reverted back to App Engine alpha. Can someone

[google-appengine] Why cannot open Compute Engine

2016-11-17 Thread Shimon Perez
I just sign up many times to google free trial and i got this on opening new Compute Engine: APPLICATION_ERROR;google.api.servicemanagement.v1/ServiceManagerV1.ActivateServices;Operation does not satisfy the following requirements: billing-enabled {Billing must be enabled for activation of

[google-appengine] gcloud app deploy default region

2016-11-17 Thread Nick Li
in my project gcloud config I have [compute] region = asia-east1 zone = asia-east1-a But when I run glcoud app deploy, the app engine still gets deployed to us region. How I make it deploy to asia region by default? thanks -- You received this message because you are subscribed to the

[google-appengine] Google CDN with App Engine Standard

2016-11-17 Thread Antonio Rodriguez
I'm building an App Engine Standard application that generates images on the fly. I was hoping to be able to use Google CDN to cache the images once they're generated, but I can't seem to figure out how to do this. Is it possible to use App Engine Standard as a backend service? -- You

[google-appengine] Dispatching to the new Flex VMs (beta) not working. Anybody else?

2016-11-17 Thread goldenv
Hi guys, I am unable to forward requests via dispatch.yaml to a module on the new flex vm (works with the older flexible vms). Any Google devs who can help? This is a critical issue for us. I am using golang. Thanks. PS.Ref for the new flex vms:

[google-appengine] What is the difference between using com.google.cloud.pubsub and com.google.api.services.pubsub

2016-11-17 Thread Dominik Basner
Hi, I want to write some code for AppEngine and I'm not sure which of both I should use. Thanks Dominik -- Besuchen Sie unseren Chrome Webshop unter shop.cloudwuerdig.com www.sotec.eu | www.cloudwuerdig.com -- SOTEC Software Entwicklungs GmbH + Co Mikrocomputertechnik KG Calwer Straße

[google-appengine] Re: Endpoints v2 InconsistentApiConfigurationException

2016-11-17 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Thomas, The reason you might see a 4xx on a request is best explained by checking whether an endpoints method actually exists on that path, whether your request had authorization, whether the request payload was malformed, or whether the correct request method (POST / GET) was used. The

Re: [google-appengine] Google has fixed 30 of 707 bugs reported in the past 12 months

2016-11-17 Thread 'Lorne Kligerman' via Google App Engine
Hi there folks, Apologies for the delayed response. We definitely hear you in that our existing public issue tracker has not been kept up to date as best as we’d like. That being said, a few comments on the original post here. As mentioned, many issues have been closed as duplicate,