I have a process automation which uses the HTTP Request (v1.18.0 UiPath.WebAPI.Activities) to call a Oracle Object Store REST API.
I’m using GetObject API from Oracle Object Storage Service API
Below is an example endpoint…
This executes and return 200, the response body contains the file in binary format (application/octet-stream).
How do I download the file and save with the file name “A_FILE.dat.pgp” to a specific folder.
The UiPath documentation is not obvious or clear how to do this? Do you have an example?
There is a vague mention of using “Response attachment” property of the HTTP Request, but again this is not clear.
All I want to do is to take the response body of the REST request and then save the content to a file to the local file system in a location our our choosing. Using Oracle Object Storage will play
an important in many of our future automations.
You help will be much appreciated.
Thanks
Simon