I find in three different places three different limit for blob store.

in the overview of blob store

maximum object
size
2 gigabytes
maximum size of Blobstore data that can be read by the app with one
API call        1 megabyte

In the javadoc

blobkey:BlobKey contains the string identifier of a large (possibly
larger than 1MB) blob of binary data that was uploaded

and after some line at the end of the page

The blobstore API provides management and persistent storage of large,
immutable blobs. This allows applications to accept, save, and later
serve files larger than the existing 10MB request limit.

I'm little confused about this limits..
If i want to upload a file of 2 Gb how i can do this?I have a dedline
of 30 seconds and api call limit of 1MB.
and how a can retrive a file that has size bigger than 10MB request
limit?


And at the end, the only way to upload a file is throught a form?
Thank's for answers...

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to