On Tue, Sep 17, 2013 at 11:56 AM, Wilson MacGyver <[email protected]> wrote:
> > We have a java app that calls ImagesService to get a serving url > via getServingUrl API call > > I notice we get ImagesServiceFailureException A LOT. > > Sometimes getServingUrl fails if you call it too soon after uploading the image. How much time elapses between image upload and the serving URL call? If you're still having problems, you can place the serving URL call within a task and repeatedly redo the task until it succeeds, then save the url into the datastore. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
