But if my application is critical? I dont wanna tell enybody, that he's images are in a secure place, but some one hava a 1 / 2^256 chances to get access. So, if i saved my image in the blobstore, and want to serve this images within the ImageService, how can i acomplish this, securely?
Thanks 2011/10/4 Nick Johnson <[email protected]> > Hi Bruno, > > The only part of the Images API that provides an external URL is > get_serving_url. If you want to control access to image blobs, don't use > that functionality, and serve images yourself (using the blobstore serving > support) after performing authentication checks. > > -Nick Johnson > > On Wed, Oct 5, 2011 at 7:13 AM, Bruno Sandivilli < > [email protected]> wrote: > >> Why, how can i save sensitive data(images) using the ImageService API, >> since it provides an world wide visible url ? >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google App Engine" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/google-appengine?hl=en. >> > > > > -- > Nick Johnson, Developer Programs Engineer, App Engine > > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
