Is it possible to upload files with the newman url?

Is it possible to upload files with the newman url?
I tried to run it but I get the following error.

For example

newman run \
    https://api.getpostman.com/collections/${ID}?apikey=${APIKEY} \''
    --environment https://api.getpostman.com/environments/${ID}?apikey=${APIKEY} \
    --reporters cli,json,progress \
    --reporter-cli-no-failures \
    --reporter-cli-no-banner \
    --reporter-cli-show-timestamps \
    --reporter-cli-no-success-assertions

The error message says that there is no file using the protocol β€œpostman-cloud://”

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.