Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
25-04-20 06:23 PM
I want to download a file using Web API. After making request we are getting File data as text in the response content data item.
For your reference I am getting the response as below as text type.
%PDF-1.4 %����
68 0 obj <</Linearized 1/L 1850803/O 70/E 262535/N 13/T 1849323/H [ 916 320]>> endobj
xref
68 31
0000000016 00000 n
0000001236 00000 n
0000001456 00000 n
0000001821 00000 n
0000001957 00000 n
0000002087 00000 n
0000002229 00000 n
0000002972 00000 n
0000003602 00000 n
0000004428 00000 n
0000005000 00000 n
0000005715 00000 n
I am not adding all the content here.
How can we save this content as a original file.
Please help, its an urgent.
Thanks
K
------------------------------
A Z
------------------------------
For your reference I am getting the response as below as text type.
%PDF-1.4 %����
68 0 obj <</Linearized 1/L 1850803/O 70/E 262535/N 13/T 1849323/H [ 916 320]>> endobj
xref
68 31
0000000016 00000 n
0000001236 00000 n
0000001456 00000 n
0000001821 00000 n
0000001957 00000 n
0000002087 00000 n
0000002229 00000 n
0000002972 00000 n
0000003602 00000 n
0000004428 00000 n
0000005000 00000 n
0000005715 00000 n
I am not adding all the content here.
How can we save this content as a original file.
Please help, its an urgent.
Thanks
K
------------------------------
A Z
------------------------------
Answered! Go to Answer.
12 REPLIES 12
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-05-21 04:21 AM
@Sheela Parthasarathy,
The Web API service feature does not currently support downloading binary data. It only supports textual data. To download a binary file (ex. PDF, ZIP, etc) you can use the latest Utility -HTTP VBO (available on the DX) or write your own code stage.
Cheers,
------------------------------
Eric Wilson
Director, Partner Integrations for Digital Exchange
Blue Prism
------------------------------
The Web API service feature does not currently support downloading binary data. It only supports textual data. To download a binary file (ex. PDF, ZIP, etc) you can use the latest Utility -HTTP VBO (available on the DX) or write your own code stage.
Cheers,
------------------------------
Eric Wilson
Director, Partner Integrations for Digital Exchange
Blue Prism
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-07-21 04:18 PM
@Eric Wilson
I read the guide for HTTP VBO and Im not able to find any reference to get output as Binary, I can see all the request output types are set as Type only.
https://digitalexchange.blueprism.com/dx/entry/3439/solution/utility---http
Could you please let me know if this is the VBO you referred.
Regards,
Sheela
------------------------------
Sheela Parthasarathy
Assistant Consultant
TCS
Pacific/Apia
------------------------------
I read the guide for HTTP VBO and Im not able to find any reference to get output as Binary, I can see all the request output types are set as Type only.
https://digitalexchange.blueprism.com/dx/entry/3439/solution/utility---http
Could you please let me know if this is the VBO you referred.
Regards,
Sheela
------------------------------
Sheela Parthasarathy
Assistant Consultant
TCS
Pacific/Apia
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-07-21 04:32 PM
@Sheela Parthasarathy,
That is the correct VBO. There is an action on it called HTTP Request File which can be used to download a binary file.

Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------
That is the correct VBO. There is an action on it called HTTP Request File which can be used to download a binary file.
Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------

- « Previous
-
- 1
- 2
- Next »