Yes it works.  Sometimes it will get the blob key the first time, and
sometimes i loops 1-2 times...

On May 1, 5:46 pm, Kaan Soral <[email protected]> wrote:
> Thanks that looks perfect to me, did it stop problems?
>
> On May 1, 12:42 am, JH <[email protected]> wrote:
>
>
>
>
>
>
>
> > 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.

Reply via email to