Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create serving_url on image uploads #1419

Closed
reco opened this issue Jul 11, 2016 · 2 comments
Closed

create serving_url on image uploads #1419

reco opened this issue Jul 11, 2016 · 2 comments
Assignees
Labels
api: storage Issues related to the Cloud Storage API.

Comments

@reco
Copy link

reco commented Jul 11, 2016

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)

@stephenplusplus
Copy link
Contributor

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?

@stephenplusplus stephenplusplus added the api: storage Issues related to the Cloud Storage API. label Jul 12, 2016
@stephenplusplus
Copy link
Contributor

Anyone can feel free to comment with ideas of how we can support this, and I'll re-open. For now, I think this is beyond our scope.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the Cloud Storage API.
Projects
None yet
Development

No branches or pull requests

2 participants