if (!filter_var($this->user_id, FILTER_VALIDATE_INT)) {
            throw new Exception("No valid owner of this download has been provided");
        }