HI,
When I upload an image to blob store logged in as admin and then display 
the blobstore image using...

BlobKey bk = new BlobKey(blobKey); 
ImagesService services = ImagesServiceFactory.getImagesService();
ServingUrlOptions serve = ServingUrlOptions.Builder.withBlobKey(bk);
urla = services.getServingUrl(serve);


It returns an incorrect url.
I get http://0.0.0.0:8888/_ah/img/81dCxUmuJ-pSYztezFmyMQ (which doesnt work)

When it should actually be.... 

http://mr:8888/_ah/img/81dCxUmuJ-pSYztezFmyMQ


Doe anyone no what the problem might be.

I could possibly splice the 0.0.0.0 out, but i would rather figure out why 
its doing it in the first place.


Thanks
Aidan

-- 
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/d/optout.

Reply via email to