Thanks Ryan.

It works.

Do you know where this is documented in GAE ?

On Mon, Aug 24, 2015 at 6:58 AM, Ryan (Cloud Platform Support) <
[email protected]> wrote:

> Salutations James,
>
> You need to run 'blobstore.create_gs_key' then pass the results to the
> get_serving_url.
>
> self.response.write("<img src='%s'>" %
> get_serving_url(blobstore.create_gs_key("/gs/bucket/image.png")))
>
> On Sunday, August 23, 2015 at 7:00:18 PM UTC-4, James Gilliam wrote:
>>
>> been googling and reading docs trying to find this out without luck.
>>
>> i have created a gcs object and want to get a url for serving it
>> (get_serving_url)
>>
>> how do you do this?
>>
>> also, is there a way to get a blobinfo for the gcs object ?
>>
>> thanks
>>
>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google App Engine" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-appengine/ymGS2Nwjrqw/unsubscribe
> .
> To unsubscribe from this group and all its topics, 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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/30015186-f8a4-4a6e-935a-b2e001d60076%40googlegroups.com
> <https://groups.google.com/d/msgid/google-appengine/30015186-f8a4-4a6e-935a-b2e001d60076%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAAAdVfb6bMGYnMdZGV7d8k8-bUTZa0BxtbfV7S1vtTedR9Vv0w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to