Hi, 

I have the following problem:

1) I drop an image with the cloud storage console in a bucket.
2) From an app engine application I do getServingUrl and I recieve a 
working URL of the image. Used code:
ImagesServiceFactory.getImagesService().getServingUrl(ServingUrlOptions.
Builder.withGoogleStorageFileName(cloudStoragePath).secureUrl(true));

So far so good.
3) From an other app engine application I do also getServingUrl on the same 
image and now I get an exception without message:
com.google.appengine.api.images.ImagesServiceFailureException: 
 at com.google.appengine.api.images.ImagesServiceImpl.getServingUrl(
ImagesServiceImpl.java:284)

When I first let the other application do getServingUrl it works fine in 
that application and now I get the exception in the other application. This 
is true for every image, so it may result that getServingUrl for some 
images works in one application (and stays working), while getServingUrl 
for other images (in the same bucket, with all the same rights) works in 
the other application. It depends on which application first called 
getServingUrl on that image.

Reading the image directly from the cloud storage always works in both 
applications.

Am I still doing something wrong? Or is this a bug?

Thanks for your help, Michiel

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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