Re: [appengine-java] Manipulate Blobs in Blobstore

2010-02-11 Thread Ikai L (Google)
Not yet, though we are looking at interfaces for programmatically
interacting with blobs in the blobstore. Please star this issue:

http://code.google.com/p/googleappengine/issues/detail?id=2536

On Sat, Feb 6, 2010 at 9:44 AM, BimboJones bimbojone...@gmail.com wrote:

 Hi,

 I would like to know if it is possible to manipulate multiple blobs in
 the blobstore, for example, if i have a bunch of .pdf files and want
 to gather them in 1 zip file for download, even if the generated file
 limit is 50mb.

 If not is it possible to let the blobs from the datastore get more
 then 10mb? i was using the example from Google File Service, but 10mb
 is pretty low.

 Thanks in advance.

 --
 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.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.




-- 
Ikai Lan
Developer Programs Engineer, Google App Engine
http://googleappengine.blogspot.com | http://twitter.com/app_engine

-- 
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.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Manipulate Blobs in Blobstore

2010-02-11 Thread bimbo jones
Thanks for the answer,

I have an async call that get's the url(string) from the blobstore api and
use that string directly on the form.setAction(...); then i show the button
to upload.The problem is that sometimes i get errors, is there some issue or
should i try to resubmit, or could the blobstore api be returning an invalid
url, i that case how can i check it? i sometimes get the 500 error.

Thanks

2010/2/11 Ikai L (Google) ika...@google.com

 Not yet, though we are looking at interfaces for programmatically
 interacting with blobs in the blobstore. Please star this issue:

 http://code.google.com/p/googleappengine/issues/detail?id=2536

 On Sat, Feb 6, 2010 at 9:44 AM, BimboJones bimbojone...@gmail.com wrote:

 Hi,

 I would like to know if it is possible to manipulate multiple blobs in
 the blobstore, for example, if i have a bunch of .pdf files and want
 to gather them in 1 zip file for download, even if the generated file
 limit is 50mb.

 If not is it possible to let the blobs from the datastore get more
 then 10mb? i was using the example from Google File Service, but 10mb
 is pretty low.

 Thanks in advance.

 --
 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.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.




 --
 Ikai Lan
 Developer Programs Engineer, Google App Engine
 http://googleappengine.blogspot.com | http://twitter.com/app_engine

 --
 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.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.


-- 
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.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.