I thought of that too. It's 24-48 hours later after the images have been
uploaded into google cloud storage.

I have a try/catch to repeat try up to X attempts. I'm just surprised how
often it fails


On Tue, Sep 17, 2013 at 7:41 PM, Vinny P <[email protected]> wrote:

> 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.
>



-- 
Omnem crede diem tibi diluxisse supremum.

-- 
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.

Reply via email to