[google-appengine] How to test with webtest and multiprocessing in GAE

2014-08-06 Thread puriketu99
Hello,experts. Please tell me how to solve a following problem. I would like to use webtest with multiprocess but it fails. result ==FAIL: test_answer

Re: [google-appengine] AppEngine / GCS / Cloudstorage API - Is it possible to modify the ACL's and serve files directly from GCS?

2014-08-06 Thread Kaan Soral
Probably a warm instance, I've checked the logs, no cold instance warnings, however since warmup requests are enabled, no way to be sure, but since it's happening always, I'm assuming the instances are warm The SO question is actually pretty good, but the answer seems dodgy, the question is

[google-appengine] Re: Google Code issue tracker cleanup

2014-08-06 Thread pdknsk
Wow, the good news keep rolling in. I apologise if this is an inappropriate question, but does the App Engine team have a relatively high fluctuation of Managers, or just so many of them. I'm not really familiar with job descriptions at big corporations. -- You received this message because

[google-appengine] Re: Google Code issue tracker cleanup

2014-08-06 Thread Kaan Soral
Yey! I'm one of those who urged the issue tracker usage at every feedback form and survey :) Would be great to finally get more use of the issue tracker -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from this group and

Re: [google-appengine] Google Code issue tracker cleanup

2014-08-06 Thread PK
This is great and thanks for taking the time to communicate the effort here. I hope you will keep it up. PK On Jul 9, 2014, at 5:48 PM, Jesse Scherer (Google) jsche...@google.com wrote: Over the past few years we have fallen behind on updating our issue tracker on Google Code. But

[google-appengine] Re: Static files not being served appengine 1.9.7 in Windows Vista 32-bit

2014-08-06 Thread Mars Lan
I'm unable to reproduce the issue using 1.9.8 on Vista 32-bit. Did you make any changes to minishell's app.yaml file? On Monday, July 28, 2014 9:10:42 PM UTC-7, Ronald Harris wrote: Seems to be a problem serving static files with the latest appengine, 1.9.7, in Windows Vista 32-bit. The

[google-appengine] twittergae - new MIT licensed python code for twitter API access from GAE apps

2014-08-06 Thread Doug Anderson
twittergae is new MIT licensed python code for interfacing to the twitter api from GAE - It's relatively lightweight - Uses native GAE APIs directly such as urlfetch() - Supports sync, async, and ndb-async for any call - Supports update_with_media... yes multipart upload (embedded

[google-appengine] How to deleteServingUrl when created with GcsFilename and not BlobKey?

2014-08-06 Thread Jarrod Roberson
There doesn't seem to be a way to delete a ImagesService servingUrl when it is created with the new ServingUrlOptions.googleStorageFileName? I have posted a question on Stackoverflow and I can't find any mention of this anywhere on the internet other than *Version 1.7.0 - June 26, 2012*

[google-appengine] Expected BEGIN_OBJECT but was STRING at line 1 column 1

2014-08-06 Thread Bishan Buddhika
I'm getting below error from my google app engine program. But when i run this program on my PC, it's working without any errors. Below error is getting when uploaded to google app engine and run from there. com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected