Estoy usando Django Rest Framework y AngularJs para cargar un archivo. Mi archivo de vista se ve así: class ProductList(APIView): authentication_classes = (authentication.TokenAuthentication,) def get(self,request): if request.user.is_authenticated(): userCompanyId =