Re: [google-appengine] My apps are offline!

2016-06-02 Thread Jay Kyburz
Thanks for looking at it for me Alex. It seems to have been a local issue, perhaps with my service provider or region. Jay. On Fri, Jun 3, 2016 at 1:52 PM, 'Alex Martelli' via Google App Engine < google-appengine@googlegroups.com> wrote: > What DNS arrangements are you using to send

[google-appengine] Re: Python/Django debug logs show up as Errors in GAE logs

2016-06-02 Thread Matti Dahlbom
On Thursday, June 2, 2016 at 10:14:18 PM UTC+3, Nick (Cloud Platform Support) wrote: > > Could you upload the image again? It doesn't seem to be loading for me on > my end. I tested whether debug logs would show up as [!!] in a simple > python app, and they didn't, so either something in your

Re: [google-appengine] My apps are offline!

2016-06-02 Thread 'Alex Martelli' via Google App Engine
What DNS arrangements are you using to send ironhelmet.com to appspot? I can't spot any from a simple DNS query: $ dig ironhelmet.com ; <<>> DiG 9.8.3-P1 <<>> ironhelmet.com ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 29655 ;; flags: qr rd ra;

[google-appengine] My apps are offline!

2016-06-02 Thread Jay Kyburz
There seems to be some problem with my apps custom domain ironhelmet.com My apps are still accessable using the appspot.com domain but when attempting to access the games using thier real address the "server DNS address could not be found." Any ideas what might be going on? -- You

[google-appengine] Re: Endpoint User Authentication

2016-06-02 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Raunak, The documentation on cloud.google.com is the best place to go, and Firebase is definitely not necessary. If you want to work with the default authentication options you can read the sections under "Calling Cloud Endpoints from Clients

[google-appengine] Re: Google App Engine > Settings - Error on all projects

2016-06-02 Thread 'Nick (Cloud Platform Support)' via Google App Engine
(A link to instructions on how to record HAR files ) On Thursday, June 2, 2016 at 3:37:40 PM UTC-4, Nick (Cloud Platform Support) wrote: > > Hey Folks, > > If anybody can capture browser issues like this with a HAR recording and > report them

[google-appengine] Re: Google App Engine > Settings - Error on all projects

2016-06-02 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Folks, If anybody can capture browser issues like this with a HAR recording and report them to the Cloud Platform Public Issue Tracker we'll be much more able to look into the issue. I'm glad to hear it's been resolving temporarily for you, George. @Adam Sah, Does this issue still

[google-appengine] Re: Over quota error without being over quota

2016-06-02 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Ivan, If you believe you've run into an issue on the platform, the best place to post is the Public Issue Tracker . As it stands, we'll be happy to look into your app regardless, but it's good to know the right forum for future posts,

[google-appengine] Re: Python/Django debug logs show up as Errors in GAE logs

2016-06-02 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Matti, Could you upload the image again? It doesn't seem to be loading for me on my end. I tested whether debug logs would show up as [!!] in a simple python app, and they didn't, so either something in your app is transforming the django debug logs to error logs, or something else more

[google-appengine] Re: Console Issue - Memcache / Taskqueue

2016-06-02 Thread Daniel Young
Thank you! On Thursday, June 2, 2016 at 11:49:54 AM UTC-5, Zeehad (Cloud Platform Support) wrote: > > This issue is resolved for all affected users as of 15:12 US/Pacific > yesterday after performing a rollback. We apologize for any inconvenience > you may have experienced. > > We will conduct

[google-appengine] Re: Console Issue - Memcache / Taskqueue

2016-06-02 Thread 'Zeehad (Cloud Platform Support)' via Google App Engine
This issue is resolved for all affected users as of 15:12 US/Pacific yesterday after performing a rollback. We apologize for any inconvenience you may have experienced. We will conduct an internal investigation of this issue and make appropriate improvements to our systems to prevent or

[google-appengine] Endpoint User Authentication

2016-06-02 Thread Raunak Gupta
I'm new to App Engine and Google's offering for developers. Creating endpoints so far have been fairly straight forward. Having said that, I'm kind of lost how to authenticate users (using username/password), and passing those details in Endpoints. Googling yields multiple results suggesting I

[google-appengine] GAE Java Apps - public access

2016-06-02 Thread Andri Firstianto-GCP
Hi, i have deployed the sample apps into Google Cloud and can access at https://PROJECT.appspot.com/ is the website public access "only" OR can we limited only registered user to access it? thank you for the advice. -- You received this message because you are subscribed to the Google Groups