Same Issue here.--
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-appengi...@googlegroups.com.
To post to this group, send email to google-a...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/9c267d1a-ef96-4b20-9f26-a71148dd3a06%40googlegroups.com.
function setEnv($key, $val){ putenv("$key=$val"); $_ENV[$key] = $val; $_SERVER[$key] = $val; } setEnv(CACHE_DRIVER", "memcached");
I believe I have found the problem. The problem was related to the urlfetch call (I don't know if dd has also a urlfetch call, could you please tell me???). I did many tests until I isolate the problem. When i did calls only to datastore everything worked as expected. However when I added the urlfetch call it produced the 204 errors. It happened always so I believe that could be a bug.
What I did to get rid of the error was to remove the cloud end point from Google and use a basic servlet. I found that mixing the servlet with the urlfetch call we don't get the error, therefore the problem might not be only related to urlfetch but a combination of urlfetch and Google cloud end point.
We also talked with Google support, they said that the urlfetch problem could be related to our location. I'm in Madrid and our users are in Europe. They said that most of GAE's API are in the states, so that might be a problem.
--
You received this message because you are subscribed to a topic in the Google Groups "Google App Engine" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-appengine/l47rmuVBQs0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-appengi...@googlegroups.com.
To post to this group, send email to google-a...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/edc9118d-c0ca-455b-9f96-942fdcd630d4%40googlegroups.com.