[google-appengine] Re: Dev App server giving error Call to undefined function move_uploaded_file()

2015-07-28 Thread Paul Canning
Google Cloud SDK 0.9.70 app 2015.07.16 app-engine-java 1.9.23 app-engine-python 1.9.23 app-engine-python-extras 1.9.21 bq 2.0.18 bq-win 2.0.18 core 2015.07.16 core-win 2015.06.02 gcloud 2015.07.16 gsutil 4.13 gsutil-win 4.12 preview 2015.07.16 windows-ssh-tools 2015.06.02 On Tue, Jul 28, 2015 at

Re: [google-appengine] Re: Google App Engine Laucher extra flags listen to --host 127.0.0.1

2015-07-28 Thread Anbarasan Gangadaran
--host 127.0.0.1 - server will listen on the loopback interface and not on the externally accessible interface (network). i.e. will work only on the host machine, and not from anywhere else. --host 192.168.1.3 - server will listen on the externally accessible interface with the given address.

[google-appengine] Important notice for owners of Google App Engine applications that use the Files API

2015-07-28 Thread 'Janani Thanigachalam' via Google App Engine
Dear App Engine Customer, This is to announce that the deprecated Files API will soon be completely removed. If you have applications using the Files API you will have already been sent email explaining the situation and recommended course of action. If you missed those emails and believe your

[google-appengine] Re: GCS Client lib (incorrectly?) produces Files API deprecation warning

2015-07-28 Thread Nick (Cloud Platform Support)
Hey tempy, If you're not using com.google.appengine.api.files.FileService, you don't need to worry. You're correct to note that this is still apparently used by that local class in the GCS client libary. There's a currently-open issue

Re: [google-appengine] Re: Application stuck in traffic migration

2015-07-28 Thread Nick Clarey
Hi Patrice, The application now appears to be fully migrated. Thanks! Best regards, Nick On 28 July 2015 at 17:08, Patrice (Cloud Platform Support) pvoutsi...@google.com wrote: Hi again Nick, After some discussions, I got traction on your issue and the backend team did some changes. On

Re: [google-appengine] Re: Application stuck in traffic migration

2015-07-28 Thread Patrice (Cloud Platform Support)
Hi Nick, Happy to have helped out. Sorry it took so long. Happy coding until Friday. I hope your next deployment goes well :) Cheers! On Wednesday, July 29, 2015 at 12:10:06 AM UTC+8, Nick Clarey wrote: Hi Patrice, The application now appears to be fully migrated. Thanks! Best regards,

[google-appengine] Is Purging a Task Queue Programmatically Not Working On Map Reduce (mapreduce) Controller Tasks Using Python?

2015-07-28 Thread Camilo Silva
Dear GAE Team Enthusiasts: At work, I run daily automated map reduce jobs using Python as a pipeline from the Datastore to GCS. The issue is that in Python, the mrcontroller is always lingering (I already posted this issue - and someone got back to me) (

[google-appengine] Re: Store data to Cloud storage In GAE Managed VMs

2015-07-28 Thread Nick (Cloud Platform Support)
Hi Steven, Google Groups isn't the place to post specific technical issues, as this forum is meant more for general discussion of the platform and services. If you would like help with a technical issue, you should post to stackoverflow [1] or serverfault [2]. If you believe you've

Re: [google-appengine] Re: Application stuck in traffic migration

2015-07-28 Thread Patrice (Cloud Platform Support)
Hi again Nick, After some discussions, I got traction on your issue and the backend team did some changes. On our end it now seems like it should be gone and your app should be fully migrated. Can you confirm if that is the case on your en as well? Thank you Cheers On Monday, July 27, 2015

[google-appengine] Probability distribution of eventual consistency

2015-07-28 Thread Jeff Schnitzer
Is there any kind of published document that describes the probability curve of eventual consistency in the HRD? Say, probability of query showing results on Y axis, time on X axis. I would expect a steep S. Googlers: I suspect you have something like this this plotted internally. It would really

[google-appengine] Re: Google App Engine Laucher extra flags listen to --host 127.0.0.1

2015-07-28 Thread 'Mars Lan' via Google App Engine
I'm not sure if I fully understand your question, but 127.0.0.1 is the local loopback interface (https://en.wikipedia.org/wiki/Localhost), so if you want to allow remote connections, you must use either --host ip address or --host 0.0.0.0. On Mon, Jul 27, 2015 at 11:18 PM, Tasos Kallergis

Re: [google-appengine] Probability distribution of eventual consistency

2015-07-28 Thread Joshua Smith
I’ve never seen it take longer than a second, except when it was taking several hours during an outage that one time. So I guess the graph looks like this: /\_|___ 01wtf? On Jul 28, 2015, at 1:29 PM, Jeff Schnitzer j...@infohazard.org wrote: Is there any kind of

[google-appengine] Google AppEngine - Firewall Notification:Your access has been blocked by firewall policy 732

2015-07-28 Thread Deepak Kumar
I am trying to fetch http url in my app, it works fine on my local server (dev env) but when i deploy this on Google AppEngine.. it shows below Firewall Notification Firewall Notification - Your access has been blocked by firewall policy 732. If you have any further concerns, please contact

[google-appengine] Re: Versioning issue with appengine-java-sdk-1.9.24 and Eclipse

2015-07-28 Thread Patrice (Cloud Platform Support)
So to keep the public thread updated (in case someone stumbles) Ken confirms to using those downloads. I've therefore created an issue tracker about this (link here https://code.google.com/p/googleappengine/issues/detail?id=12181) and as you can see, we are aware of the issue, it is now being

[google-appengine] Re: Google App Engine Laucher extra flags listen to --host 127.0.0.1

2015-07-28 Thread Tasos Kallergis
So you say that --host 127.0.0.1 is not available, and may be used from somewhere else? -- 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: Versioning issue with appengine-java-sdk-1.9.24 and Eclipse

2015-07-28 Thread Ken Bowen
Ah sorry, forgot that emailing a reply to Patrice wouldn't get posted here. I'm confused by: As a side note, this really just affects the version counter, not the content of the SDK in any way Are you saying that when I downloaded appengine-java-sdk-1.9.24.zip and it identified itself

[google-appengine] Re: Versioning issue with appengine-java-sdk-1.9.24 and Eclipse

2015-07-28 Thread Ken Bowen
.. /really/ gotten 1.9.24?? On Tuesday, July 28, 2015 at 3:48:48 PM UTC-6, Ken Bowen wrote: Ah sorry, forgot that emailing a reply to Patrice wouldn't get posted here. I'm confused by: As a side note, this really just affects the version counter, not the content of the SDK in any

[google-appengine] Question regarding deleting entities from datastore

2015-07-28 Thread Kenchu
I've noticed that if I delete entities through the dashboard interface, you can still access them if you have a key. They won't show up in queries but the keys still returns entities. Is this by design? It seems kinda strange to me. -- You received this message because you are subscribed to

[google-appengine] Re: Versioning issue with appengine-java-sdk-1.9.24 and Eclipse

2015-07-28 Thread Patrice (Cloud Platform Support)
Hi Ken, No issues about the message not being sent. As long as what's written ends up here for other viewers, it's fine :). It would've been REALLY troublesome if you got 1.9.4, no? :P Seriously though, this is indeed just a cosmetic error. The label wasn't changed to 1.9.24, but the content

[google-appengine] Re: Google AppEngine - Firewall Notification:Your access has been blocked by firewall policy 732

2015-07-28 Thread Patrice (Cloud Platform Support)
Hi Deepak, Two quick things here : 1- Normally such questions for 1-1 help are better suited for Stack Overflow, where we monitor and indeed do try to answer your question (I noticed you posted your question on stack as well as here. As you see, Nick is currently helping you on Stack. This