Here is what I am doing:
files.finalize(file_name)
blob_key = files.blobstore.get_blob_key(file_name)
#fix to wait for blob_key consistency
while not blob_key:
time.sleep(1)
blob_key = files.blobstore.get_blob_key(file_name)
There is an issue open and Google says they are working on a fix
On Apr 30, 2:43 pm, Kaan Soral <[email protected]> wrote:
> How can we prevent it?
> Do you think retrying until null is a good approach?
>
> On Apr 30, 5:56 pm, Brandon Donnelson <[email protected]> wrote:
>
>
>
>
>
>
>
> > Mee too! I'm wondering how long it will take. I switched to uploading via
> > posting on the server side.
>
> > Brandon Donnelsonhttp://gwt-examples.googlecode.com
--
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.