[appengine-java] Re: List all entitie kinds from the datastore

2010-05-28 Thread Erich
+ bytesbr/ %% } // end for % /code This works to a point. It seems I only shows that I have one entry for my POJO when I know I have thousands. Perhaps the statistics aren't updated for extended periods as I've seen on other threads. Hope this helps you get all your kinds in one pass... Erich On May

[appengine-java] Re: Storing a web based file in the blobstore

2010-05-27 Thread Erich
I'm looking for a solution to this too. It seems the only way to get any file into the blobstore is manually. On May 27, 1:04 pm, kldaniels kendani...@gmail.com wrote: Is there a way to take a web based file and upload it into the blobstore, without a user doing it manually. I am trying to

[appengine-java] Re: Delete error version

2010-05-26 Thread Erich
I'm getting this as well. I was deploying my app when I went to the blobviewer to delete an entry. Now I cannot delete the version that locked or delete any entries using the blobviewer. All I get is a Server Error. appid: storetormain version: 2 On May 26, 1:41 pm, Chau Huynh cmhu...@gmail.com

[appengine-java] Re: Can't delete blob in blob viewer

2010-05-26 Thread Erich
I'm getting this as well. I was deploying my app when I went to the blobviewer to delete an entry. Now I cannot delete the version that locked or delete any entries using the blobviewer. All I get is a Server Error. appid: storetormain version: 2 On May 25, 6:07 pm, Patrick Brown

[appengine-java] Re: Java Uploader

2010-05-18 Thread Erich
Thanks for the tips Ikai! I'll try stuffing the parameters into a post and I'll make it a servlet instead. When I've made the changes I'll post my work for others to inspect and use as they wish. Thanks, Erich On May 17, 2:04 pm, Ikai L (Google) ika...@google.com wrote: Use a POST - the 2000

[appengine-java] Java Uploader

2010-05-17 Thread Erich
anyone know how the python uploader works? Is a special URL or connection I can make to pass more data or do it securely? Thanks, Erich -- 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