i found my answer, it looks like i'm supposed to use 
google.appengine.ext.blobstore.delete(key) rather than 
google.appengine.api.files.blobstore._delete(file_name).

thanks.

On Tuesday, August 21, 2012 10:01:04 AM UTC-7, c h wrote:
>
> 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/-/ikI5ecQ-Cc0J.
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