Tarun
4 years agoMaven
Facing issues Downloading a file with third party API
Hi All, I am trying to use a third part file download API in the endpoints. This third-party API is returning an application/octet-stream; charset=UTF-8, however when I print the response in the end...
- 4 years ago
Unfortunately http.client only supports JSON and plaintext responses and does not support streaming out file responses. It also does not support uploading files to remote endpoints.