Hi, I've just migrated one of our App Engine applications from Blobstore to Google Cloud Storage and am using the ImagesService.getServingUrl to serve images. After uploading a new/changed image using a Google Cloud Storage name of an existing image, the ImagesService.getServingUrl still returns the old URL with the old image. I also tried deleting the serving url using ImagesService.deleteServingUrl(blobKey), but that does not help either, even after calling the delete method, getServingUrl keeps returning the first image that was uploaded. On Blobstore this was all working fine, so I was wondering whether deleteServingUrl should be working for Google Cloud Storage as well?
Thanks Tim -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/-9Pu4ujhhX4J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
