You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe this is beyond the scope of what we support. If it isn't possible from the Storage JSON API, we don't have a way to offer this. Do you know how we could support this?
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)
The text was updated successfully, but these errors were encountered: