RAW file not found during apidog cli run

I had added a file in api dog from apidog UI, but when I am running it from cli, its not picking it up:
'Binary file load error: "/Users/Downloads/XYZ.pdf", no such file'

any idea why and how can we avoid this?

Hi, I can not reproduce the issue on my computer. Which way did you use? “Run online data in real time” or “Run export data”.


I use “Run online data in real time”
example:

remember:
other guy from my team had uploaded the file in the UI and saved as a testcase.
and I am running the cli and I don’t really have anything at: /Users/Downloads/XYZ.pdf

you can try to place the file XYZ.pdf in the directory /Users/Downloads, and run the cli

yep, after doing that it works, is this intended?

we can’t do the in the ci pipeline

When running the CLI, it needs to read a local file because this file is not stored in the cloud.

Any other possible solution?