All of the image service APIs work with images stored in GCS already. Just create a blob key for the GCS file and then feed that blob key to the images API.
On Monday, 26 August 2013 17:17:43 UTC+10, Nick wrote: > > The ImageService sits on top of the FileService. With recent changes to > move away from the Blobstore and towards GCS, what is best practice for > storing, retrieving and serving images? > > The docs here https://developers.google.com/appengine/docs/java/images/still > seem to refer to the blobstore. > Is this transparent (i.e. the docs are up to date) or should I be storing > and serving images differently? > > Will the ImageService disappear when the FileService is fully deprecated? > Should I be rolling my own solution using the GCS Client Lib? > -- 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.
