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

2017-11-08 Thread Yosi Dediashvili
I meant google API projects. i.e. splitting the 100 apps between several google projects. And to be clear - we're talking about 100 different apps (i.e. Android package names) On Tuesday, November 7, 2017 at 11:05:38 PM UTC+2, George (Cloud Platform Support) wrote: > > Hi Yosi, > > You

[google-appengine] Re: Why is GAE not popular?

2017-11-08 Thread Dave Kuhn
Hey everyone, I thought this was such a great question I wrote an article about it. https://in.3wks.com.au/whats-not-to-love-about-google-app-engine-31de6454e746 I'd appreciate your thoughts and feedback. Dave On Sunday, November 5, 2017 at 3:20:34 PM UTC+11, timh wrote: > > I would agree

[google-appengine] Re: Java 9 Support in App Engine?

2017-11-08 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
There is no support for Java 9 in App Engine standard at the moment, though you should be able to use it as a custom runtime on App Engine Flexible. A feature request for Java 9 App Engine support which was accepted by engineering can be found here ,

[google-appengine] Java 9 Support in App Engine?

2017-11-08 Thread Andreas Hartmann
Is there Java 9 support in App Engine or is there a timeline for it? All documentation I found implied Java 7 or 8. -- 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

[google-appengine] Re: Error: Not Found The requested URL / was not found on this server.

2017-11-08 Thread Naheez Thawfeeg
Thank you...It worked...I misplaced the app.yaml file and didn't create the www directory...I moved the HTML files to www directory and kept the app.yaml file and deployed the app and it worked...Thank you so much...:) On Wednesday, November 8, 2017 at 6:52:00 PM UTC+5, Naheez Thawfeeg wrote: >

[google-appengine] Re: I can't access my static only website hosted in app engine

2017-11-08 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Naheez, Your logs contain repeated warnings similar to: ā€˛logMessage: 'Static file referenced by handler not found: www/index.html' ", and "resource: "/" ". Is your app.yaml configured correctly? The tutorial you followed describes the related step as: "Edit the app.yaml file and add

[google-appengine] Re: Move my appid to SouthAsia region

2017-11-08 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
As per the documentation there is currently no way to migrate an existing App Engine application to another region. Our engineering team is aware of this feature request and are investigating it. You can follow the progress in the Public Issue

[google-appengine] Re: Error: Not Found The requested URL / was not found on this server.

2017-11-08 Thread Ani Hatzis
Hello Naheez, unless you have deployed an app.yaml file that is different from the tutorial (as described here ), you probably just forgot to deploy the static file

[google-appengine] Error: Not Found The requested URL / was not found on this server.

2017-11-08 Thread Naheez Thawfeeg
Dear all I am trying to host a HTLML only static website on app engine...The website is www.guestworm.com and I followed this tutorial to upload and deploy my website : https://cloud.google.com/appengine/docs/standard/python/getting-started/hosting-a-static-website I get the following error

[google-appengine] Re: OverQuotaException without being over quota

2017-11-08 Thread brighton phiri
Hi guys am experiencing the same problem, can you please fix it for me.. my id : impact-1369 On Friday, December 7, 2012 at 10:51:05 AM UTC+2, Lucian Baciu wrote: > > My app has just started throwing this: > > com.google.apphosting.api.ApiProxy$OverQuotaException: The API call >

Re: [google-appengine] OverQuotaException without being over quota

2017-11-08 Thread brighton phiri
Hi Takashi, Please help with this same : com.google.apphosting.api.ApiProxy$OverQuotaException: The API call datastore_v3.Get() required more quota than is available. Please fix it for me... my ID : impact-1369.appspot.com On Friday, December 9, 2016 at 3:53:40 PM UTC+2, Centre for Water

[google-appengine] I can't access my static only website hosted in app engine

2017-11-08 Thread Naheez Thawfeeg
Dear all... I am receiving the following error after I upload my site to App Engine... Error: Not FoundThe requested URL / was not found on this server. It's only a static website containing only HTML files... I used the Google Cloud SDK and this tutorial