On Wed, Jul 10, 2013 at 11:00 AM, dd <[email protected]> wrote:

>
>    - Does it cost anything at all to create a *get_serving_url* image?
>
> No AFAIK



>
>    - Is the cost to store an image created through *get_serving_url* to
>    the Image API storage just the same as Blobstore ($0.13/GB/month)?
>
> No. There is no 'storage' as such. You are just creating a URL to make
accessing the file stored in the blobstore possible. (or GCS!)



>
>    - Is the cost to serve an image created through *get_serving_url* the
>    same as GAE's Outgoing Bandwidth ($0.12/GB)?
>
> Yes


>
>    - Is there any expiration time for URL created through *get_serving_url
>    * ?
>
>  The image should get a future expires date, so the browser will cache the
image.

>
>    - I'm wondering whether I can delete original image data stored on
>    Blobstore or not.
>
> not really no. The url is just "link" to the data, not a 'copy'.



> I'd greatly appreciate if you could point me to related documents, if
> there are any.


Most of the above, is inferred from
https://developers.google.com/appengine/docs/python/images/




>
> Thanks !
>
> --
> 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.
>
>
>

-- 
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.


Reply via email to