[google-appengine] Request Too Large error even for 56 KB request.

2017-06-05 Thread Ganesh Lawande
We are using Google Endpionts to access data stored in Google Datastore via Google App Engine Java Standard. Request: with just 56 KB entity json data _ah/api/xService/v0.1/addXEntity?alt=json Result: { "error": { "errors": [ { "domain": "global", "reason":

[appengine-java] Re: SDK 1.3.8 released!

2010-10-15 Thread Ganesh Krishnan
Eclipse is not picking up this new release! Also, why second class treatment to Java developers? Most of the advanced tricks for appengine involves python. On Oct 15, 8:44 am, Takashi Matsuo tmat...@google.com wrote: Hello App Engine Developers! We're very happy to announce that SDK 1.3.8 is

[google-appengine] Re: How to provide different custom domain name to different version of same application

2010-07-07 Thread Ganesh
I would request to someone (may be from app engine team) to comment on this. Even if it is not possible, kindly let me know the same so that I can look for some alternate. Thanks Ganesh Bansal. On Jul 5, 11:38 am, Ganesh ganesh.ban...@gmail.com wrote: Hi We are also having same problem

[google-appengine] Re: How to provide different custom domain name to different version of same application

2010-07-05 Thread Ganesh
sub domains of my application. Any help/suggestion in this regard will be highly appreciable. Thanks Ganesh Bansal. On Jul 4, 4:03 pm, Claude Vedovini cla...@vedovini.net wrote: As far as I know this is not possible. To have a beta or test version of your app it is better to create a new

[appengine-java] Re: Not able to write string arrays in data store

2010-03-13 Thread Ganesh
public class Qarray { public String[][] Cellval; public Qarray() { } } --- import javax.jdo.annotations.IdentityType; import javax.jdo.annotations.PersistenceCapable; import javax.jdo.annotations.Persistent; import

[appengine-java] Re: Not able to write string arrays in data store

2010-03-13 Thread Ganesh
I thought I have done it by declaring my array elements into a separate QArray class..I probably misunderstood your solution..Can you give some code examples involving string arrays and dummy classes? On Mar 13, 11:49 am, datanucleus andy_jeffer...@yahoo.com wrote: So you didn't declare the

[appengine-java] Re: Not able to write string arrays in data store

2010-03-11 Thread Ganesh
Hi, Thanks for your response...I dont have my code with me right now..I will post it in a day or two. Meanwhile, do you have any example of handling two dimensional arrays into two separate lists of ArrayList? -Thanks Ganesh On Mar 10, 5:17 pm, Robert Lancer robert.lan...@gmail.com wrote: Just

[appengine-java] Re: Not able to write string arrays in data store

2010-03-11 Thread Ganesh
) if(arrayDim2 != null) On Mar 11, 9:41 am, Ganesh ganeshkumar.marimu...@gmail.com wrote: Hi, Thanks for your response...I dont have my code with me right now..I will post it in a day or two. Meanwhile, do you have any example of handling two dimensional arrays into two separate lists

[appengine-java] Not able to write string arrays in data store

2010-03-10 Thread Ganesh
. But when I tried to retrieve it, I am facing null pointer exception. Can any body help me with this? -Thanks Ganesh -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine-j...@googlegroups.com