Hi Wiiboy,

I think I would need to see some of your code to determine the cause.
How are you storing the data, and how are you retrieving it?

http://code.google.com/appengine/docs/python/datastore/typesandpropertyclasses.html#Blob

It sounds like you may be passing a unicode string in to the bd.Blob
(a_str) constructor.

Thank you,

Jeff

On Mar 30, 2:48 pm, Wiiboy <jordon...@gmail.com> wrote:
> Hi,
> I've got a site where users upload files.  I'm storing the files in a
> db.BlobProperty in my "db".
> Whenever I go to retrieve the data I get the following error:
> BadValueError: Property file must beconvertibleto aBlobinstance
> (Blob() argument should be strinstance, not unicode)
>
> How do I retrieve the data without that error?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to