Upload using CLI

Dear Friends

I am still learning how to upload using CLI.
I see this error " File path should be absolute"
I am using this url to upload my computer file : J:\video\wuling-review.mp4

Anyone could guide me how to make the url become absolute ?

Thank you very much :slight_smile:

Hi @Faustina,

I can’t give a definitive answer, but it look like to be related to window naming, at first sight it look like an absolute path but for nodejs library in use ( Path | Node.js v22.7.0 Documentation) it seems to require to be encoded this way

J:\\video\\wuling-review.mp4

, ie \ should be doubled.

I have no windows to check, hoping it would magically be fixed …

Kind Regards