there is currently no way to generate a serving_url of a image blob inside google cloud storage.
there should be away to do this similar to the python api:
from: https://cloud.google.com/appengine/docs/python/refdocs/google.appengine.api.images#google.appengine.api.images.delete_serving_url
google.appengine.api.images.get_serving_url(blob_key, size=None, crop=False, secure_url=None, filename=None, rpc=None)
there is currently no way to generate a serving_url of a image blob inside google cloud storage.
there should be away to do this similar to the python api:
from: https://cloud.google.com/appengine/docs/python/refdocs/google.appengine.api.images#google.appengine.api.images.delete_serving_url
google.appengine.api.images.get_serving_url(blob_key, size=None, crop=False, secure_url=None, filename=None, rpc=None)