Re: [google-appengine] Re: MAX_BLOB_FETCH_SIZE value

2012-08-30 Thread Daniel Hans
Hi Stuart,

On Thu, Aug 30, 2012 at 1:07 AM, Stuart Langley slang...@google.com wrote:

 This is the maximum size that can be fetched in a single call using
 BlobReader (
 https://developers.google.com/appengine/docs/python/blobstore/blobreaderclass)
 - The blob size that can be uploaded by users is effectively unlimited.


thanks for your reply. As I understand, if a file is larger than this
value, more than one call is needed. Where does 32 MB value, which is
mentioned in documentation [0], come from?

[0] https://developers.google.com/appengine/docs/python/blobstore/overview

Best,
Daniel



 On Thursday, 30 August 2012 05:05:56 UTC+10, Daniel Hans wrote:

 Hi there,

 I have been trying to use MAX_BLOB_FETCH_SIZE to determine maximal size
 of blobs that may be uploaded by the users. It is documented to be around
 32 MB here [0] but the real value is actually less than one megabyte [1].
 Could anyone explain the difference to me or it is an issue and we should
 create a new one for this? I can confirm that we do store larger files.

 Thank you,
 Daniel

 [0] https://developers.google.**com/appengine/docs/python/**
 blobstore/overview#**Introducing_the_Blobstorehttps://developers.google.com/appengine/docs/python/blobstore/overview#Introducing_the_Blobstore
 [1] http://code.google.com/p/**googleappengine/source/browse/**
 trunk/python/google/appengine/**api/blobstore/blobstore.py#83http://code.google.com/p/googleappengine/source/browse/trunk/python/google/appengine/api/blobstore/blobstore.py#83

  --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-appengine/-/ZhIhVpD-lKQJ.

 To post to this group, send email to google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


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



[google-appengine] Re: MAX_BLOB_FETCH_SIZE value

2012-08-29 Thread Stuart Langley
This is the maximum size that can be fetched in a single call using 
BlobReader 
(https://developers.google.com/appengine/docs/python/blobstore/blobreaderclass) 
- The blob size that can be uploaded by users is effectively unlimited. 

On Thursday, 30 August 2012 05:05:56 UTC+10, Daniel Hans wrote:

 Hi there, 

 I have been trying to use MAX_BLOB_FETCH_SIZE to determine maximal size of 
 blobs that may be uploaded by the users. It is documented to be around 32 
 MB here [0] but the real value is actually less than one megabyte [1]. 
 Could anyone explain the difference to me or it is an issue and we should 
 create a new one for this? I can confirm that we do store larger files.

 Thank you,
 Daniel

 [0] 
 https://developers.google.com/appengine/docs/python/blobstore/overview#Introducing_the_Blobstore
 [1] 
 http://code.google.com/p/googleappengine/source/browse/trunk/python/google/appengine/api/blobstore/blobstore.py#83


-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/ZhIhVpD-lKQJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.