Hi im having trouble returning the correct url from blob store. Could it be because Im logged in as a admin? ... You must be logged in as admin to see the page.
Something like... BlobKey bk = new BlobKey(blobKey); ImagesService services = ImagesServiceFactory.getImagesService(); ServingUrlOptions serve = ServingUrlOptions.Builder.withBlobKey(bk); urla = services.getServingUrl(serve); urla returns as: http://0.0.0.0:8888/_ah/img/_Kx3h6rQvesySw6srO12Iw But it should actually return as: http://mr:8888/_ah/img/4qCUhhPq0QR-jJCRCVCaCA Any ideas how to fit? 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.
