[google-appengine] Re: appcfg to gcloud app deploy migration guide?

2017-01-06 Thread Attila-Mihaly Balazs
Great discussion, definitely something I'll keep my eye on since dev_appserver doesn't seem to be maintained any-more (for example the version check doesn't show that "1.9.49" is available). Couple of follow-up questions: - is there a built-in solution for deploying multiple modules in parallel

[google-appengine] Re: Securing access between GAE applications

2017-01-06 Thread Attila-Mihaly Balazs
It is partially documented here: https://cloud.google.com/appengine/docs/python/outbound-requests#request_headers (though it doesn't make it clear that headers are also stripped when the request is coming from outside of GAE or when using sockets for example). -- You received this message bec

[google-appengine] Re: Urgent: Channel API issues?

2017-01-06 Thread Attila-Mihaly Balazs
Just FYI from one channel user to the other: Channel is deprecated won't be available as of December this year so you should start looking for alternatives really soon. Attila -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscrib

[google-appengine] Re: GWT Client for AppEngine Endpoints

2017-01-06 Thread Matthew Rubenstein
That GWT tutorial is inactive, superseded by a project that is for Java but not GWT. It seems like all the Google projects demonstrating GWT integration with App Engine (or Endpoints to anywhere) are being replaced by projects for Java not GWT. Inactive: https://github.com/googlearch

Re: [google-appengine] Re: GWT Client for AppEngine Endpoints

2017-01-06 Thread Matthew Rubenstein
That project is unusable. Its deployment doc links to a replacement project's non-GWT page. Is there a simple GWT/Endpoints tutorial that is complete and works with the current infrastructure? Preferably with Android Studio, though I'm learning to adapt Ant build files to Gradle (after years of

[google-appengine] Re: Urgent: Channel API issues?

2017-01-06 Thread Ster Nem
Thanks to whoever reset the channel hours used. It's allowed all my clients to be back online with notifications. On Friday, January 6, 2017 at 9:40:30 PM UTC-5, Ster Nem wrote: > > Glad it's working for you. You're welcome. > > > On Friday, January 6, 2017 at 9:34:32 PM UTC-5, Ananthakrishnan

[google-appengine] Re: Urgent: Channel API issues?

2017-01-06 Thread Ster Nem
Glad it's working for you. You're welcome. On Friday, January 6, 2017 at 9:34:32 PM UTC-5, Ananthakrishnan Venkatasubramanian wrote: > > Yeah. Issue has been fixed it seems. Brought back the old production > version of our app to default which had real time notifications enabled. > Working fi

[google-appengine] Re: Urgent: Channel API issues?

2017-01-06 Thread Ananthakrishnan Venkatasubramanian
Yeah. Issue has been fixed it seems. Brought back the old production version of our app to default which had real time notifications enabled. Working fine as expected. Thank you very much :) On Saturday, January 7, 2017 at 8:01:38 AM UTC+5:30, Ster Nem wrote: > > And of course after wasting all

[google-appengine] Re: Urgent: Channel API issues?

2017-01-06 Thread Ster Nem
And of course after wasting all this time, it looks like it now works on our sandbox environment. Of course my product environment is down because my quota has been exceeded. 7 hours til reset. I hope Google compensates me for at least today's "overuse" and more since my team has lost their F

[google-appengine] Re: Urgent: Channel API issues?

2017-01-06 Thread Ster Nem
Further details as my team have been debugging this for the past 3.5 hours. This part on our server returns error free: ChannelService channelService = ChannelServiceFactory.getChannelService(); token = channelService.createChannel(clientId, 1439); When we try and use t

[google-appengine] Re: Urgent: Channel API issues?

2017-01-06 Thread Ananthakrishnan Venkatasubramanian
Core problem for this issue is socket onopen handler is not getting invoked instead onerror is getting called again and again. We are creating a new channel token in onerror handler. So again and again, channel token will be created, onerror handler invoked and it never goes to onopen handler. T

[google-appengine] Re: Urgent: Channel API issues?

2017-01-06 Thread Ananthakrishnan Venkatasubramanian
Core problem for this issue is socket onopen handler is not getting invoked instead onerror is getting called again and again. We are creating a new channel token in onerror handler. So again and again, channel token will be created, onerror handler invoked and it never goes to onopen handler. T

[google-appengine] Re: Urgent: Channel API issues?

2017-01-06 Thread Ananthakrishnan Venkatasubramanian
Yeah. Facing the same issue and the application got crashed/continuously reloaded for the users. Please address this a.s.a.p. Currently we have disabled the real time notifications and addressed the production app issue. On Saturday, January 7, 2017 at 4:57:25 AM UTC+5:30, Ster Nem wrote: > > I

[google-appengine] Re: Urgent: Channel API issues?

2017-01-06 Thread Ster Nem
Hmm, after this occurrence where my channel clients kept trying to reconnect, now my channels hours usage skyrocketed past the limit. On Friday, January 6, 2017 at 6:27:25 PM UTC-5, Ster Nem wrote: > > I use app engine channels to ensure my clients receive real-time orders at > their restaurant

[google-appengine] Urgent: Channel API issues?

2017-01-06 Thread Ster Nem
I use app engine channels to ensure my clients receive real-time orders at their restaurant that they can fulfill. Within the past hour or so, I'm now getting this message when the client side software tries to establish a channel: com.google.apphosting.api.ApiProxy$OverQuotaException: The API

Re: [google-appengine] Re: GWT Client for AppEngine Endpoints

2017-01-06 Thread Matthew Rubenstein
That GWT tutorial is inactive, superseded by a project that is for Java but not GWT. It seems like all the Google projects demonstrating GWT integration with App Engine (or Endpoints to anywhere) are being replaced by projects for Java not GWT. Inactive: https://github.com/googlearchive/a

[google-appengine] Re: how to connect codeigniter application to google cloud SQL

2017-01-06 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Hey Dinesh, While there are no Google official tutorials on the documentation site, Setup CodeIgniter on Google App Engine seems appropriate. It explains how using CodeIgniter on App Engine with Cloud SQL differs from generic

[google-appengine] Re: Quota error even though quota is not exceeded

2017-01-06 Thread 'George (Cloud Platform Support)' via Google App Engine
One cannot exclude out-of-hand the situation that a daily budget has never been set up for your app. You may check as follows: 1) Go to appengine.google.com. 2) Choose your app. 3) Select "Billing Status" under "Billing" in the left hand frame. 4) Your daily budget can be set there. --

[google-appengine] Re: Quota error even though quota is not exceeded

2017-01-06 Thread Louise Elmose Hedegaard
96-100% is left of the free quota. When there is free quota that type of Exception should not happen right? Den fredag den 6. januar 2017 kl. 19.59.03 UTC+1 skrev George (Cloud Platform Support): > > How much of the free quota is left? Once billing gets enabled, the above > errors should not ap

[google-appengine] Re: Quota error even though quota is not exceeded

2017-01-06 Thread 'George (Cloud Platform Support)' via Google App Engine
How much of the free quota is left? Once billing gets enabled, the above errors should not appear any more. -- 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 t

[google-appengine] Re: Quota error even though quota is not exceeded

2017-01-06 Thread Louise Elmose Hedegaard
Ok I think I enabled it at about 5 hours ago. I can see that I am still using the free quota as you say, but if I still have quota left, why is the Exception then thrown when people try to access my app? com.google.apphosting.api.ApiProxy$OverQuotaException: The API call datastore_v3.RunQuery()

[google-appengine] Re: Quota error even though quota is not exceeded

2017-01-06 Thread 'George (Cloud Platform Support)' via Google App Engine
When did you enable billing? It it's 3 hours ago you might still have to wait a little: it may take up to a day to have the billing enabled. In the cloud console for your project “UltimateSync”, if you navigate to App Engine → Settings in the left side frame, you’ll notice that your daily limi

[google-appengine] Re: Quota error even though quota is not exceeded

2017-01-06 Thread Louise Elmose Hedegaard
Hi George, Thank you for your reply. The highest usage is 4% so it seems the problem is not related to quotas. And again, even if it was, I have enabled billing for the particular app. Any other ideas? Thanks, -Louise Den fredag den 6. januar 2017 kl. 16.24.09 UTC+1 skrev George (Cloud Platfo

[google-appengine] Re: GWT Client for AppEngine Endpoints

2017-01-06 Thread 'George (Cloud Platform Support)' via Google App Engine
You may consider starting with a simple GWT tutorial , then add features gradually. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group a

[google-appengine] Re: appcfg to gcloud app deploy migration guide?

2017-01-06 Thread Brian
Thanks, Adam -- that's a big help! I'm making the changes to my workflow based on your suggestions and the related documentation, however the process has raised a few questions: 1) I haven't noticed dispatch.yaml mentioned in the new gcloud command documentation. Should this be included with th

[google-appengine] Re: Quota error even though quota is not exceeded

2017-01-06 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Louise, The provided screen capture indicates that you were checking quotas under IAM & Admin. The alert-related data is to be found under Billing → Budgets and Alerts. To check the actual quotas for the Datastore app operations, you should follow these steps: 1) Navigate to appengin

[google-appengine] Re: Memory leak with ndb.put_multi

2017-01-06 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
Thank you for reporting this issue. All further progress will occur within the PIT . -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop

[google-appengine] Quota error even though quota is not exceeded

2017-01-06 Thread Louise Elmose Hedegaard
Hi, I get this error "The API call datastore_v3.RunQuery() required more quota than is available. " which seems to mean that I have spent the daily free budget. I have now enabled billing, but I still get the error above. When I check the quota usage, it looks like the attached images - i.e. no