[google-appengine] Java - UrlRewriteFilter and AppEngine Flexible

2017-11-14 Thread Massimo Mandaglio
My webapp manage an ERP with PrimeFaces (JSF) and WebSite with RythmEngine. To co-existing the engine and app all-in-one (for various reason) i have configured the Rythm with the /www/* servlet and JSF on *.xhtml. But i need a pretty url and i use UrlRewriteFilter based on a sub-domain: - www.* fo

[google-appengine] Help me for signing up GCP

2017-11-14 Thread srinath reddy
I am from India. I don't have credit card for signing up for GCP. Please find me a solution to get inside google cloud platform -- 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 i

[google-appengine] Re: Help me for signing up GCP

2017-11-14 Thread 'Taher (Cloud Platform Support)' via Google App Engine
Please see the answer from your other post. On Tuesday, November 14, 2017 at 9:04:22 AM UTC-5, srinath reddy wrote: > > I am from India. I don't have credit card for signing up for GCP. Please > find me a solution to get insi

[google-appengine] Re: 502 Bad Gateway nginx google app engine

2017-11-14 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
@Jose As previously mentioned, 502 error code does not really tell us much of the root-cause of the issue. A thread like this is off-topic for Google Groups, and should be posted to StackOverflow . While I'd like to help you, this is

[google-appengine] Re: Reaching a quota limit for the Android Oauth2 Client ID

2017-11-14 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
Hello Yosi, after some research I can confirm that this is a limit that cannot be increased. On Saturday, November 11, 2017 at 8:58:44 AM UTC-5, Yosi Dediashvili wrote: > > They're logic is the same as far as it concerns the functionality we need > from the Google Login SDK > > On Friday, Novemb

[google-appengine] Python Pickle file from cloud storage in flexible environment

2017-11-14 Thread Shahin R. Namin
Hi I am working on a project where I need to read and load a pickle dump file from google cloud storage in Python in the app engine flexible environment. According to this link , I can read the data

[google-appengine] "tmpfs/goroots/go1.8/pkg/tool/linux_amd64/link: route.a: not package main"

2017-11-14 Thread Ben Guild
By including this in the main package (aside from `init()`) ... func main() { appengine.Main(); } ... This error appears on about 50% of deployments, and it's been going on for over a year. Really annoying because I can't build locally without commenting out that method, yet I can't deploy