I'm finding the same problem. This worked for me:
BlobKey key = files.getBlobKey(file);
if (key == null)
{
Thread.sleep(2000);
key = files.getBlobKey(file);
}
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-appengine-java/-/fzW-7DGiCZkJ.
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-java?hl=en.