Hi Ed, I looked at the source and it is just an instance method of the images.Image class, called with no parameters, i.e. image.get_original_metadata()
I'm stilling getting None from the method, I have tried it both by instantiating an Image from a blob_key and directly with image data, in both cases get_original_metadata returned None so it appears not to be working at all. -Martin On Jul 25, 2011, at 1:02 PM, Ed Estes wrote: > I too am interested in get_original_metadata calls to pull metadata from > photos. I haven't seen any updates to the docs to reflect what came out with > GAE 1.5.2 SDK. > > Any confirmation/assistance with this would be greatly appreciated. > > Thanks! > > --Ed > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine/-/xgtDUMIzDTQJ. > 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.
