HTTP Request Activity Error

HTTP Request: Could not find a part of the path ‘C:\Users\sdullu\OneDrive - Capgemini\Documents\UiPath\Invoice Extraction\Bills\invoices\12.jpg’.

Getting this error when i am try to run the HTTP request activity
CAn some help me understand this

Hi,

If we handle files in OneDrive using HTTP Request activity, we need to implement various settings such as authentication etc, as HTTP Request activity manipulate for low level HTTP.
And it can handle only http/https like “http://…”.
Because it seems explorer extension for OneDrive is already installed, can you try CopyFile as same as local file system / network drive?

Or you might be able to achieve it using “UiPath.MicrosoftOffice365 activities package” ,too.

Regards,