Hi, 

i have been using appengine.api.files in python for many months now, and i 
have been using the _delete method to remove a file when i am done with it 
(yes i know that the underscore indicates private, but i don't know where 
you have exposed another delete method)

files.blobstore._delete(cache_key)
AttributeError: 'module' object has no attribute '_delete'


last night the above error started showing in my logs.  did something 
change?  is there a more correct way to delete a file when using the files 
API?

thanks,

christian


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