AttributeError: 'BlobMedia' object has no attribute 'status'

Hmm… I don’t have any HTTP code. What happens when you call dir on the response, e.g.,

dir(resp)

?