You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django REST framework
I am using class based views in django rest framework and i try to access request.body from a Post request but i got an error "django.http.request.RawPostDataException: You cannot access body after reading from request's data stream" Note that i only access request.body once in my view