We’re having issues while trying to programmatically run DSS StandardExtractions UserPackageDelivery using Unirest java http client.
When trying to stream the file contents using ‘StandardExtractions/UserPackageDeliveries({id})/$value’ request we do not get the file in compressed ‘gzip’ format as advised by the API documentation.
While sending the http GET request we’re sending the header ‘Accept-Encoding: gzip’ as advised.
We can also see the response header correctly puts ‘Content-Encoding=gzip’, the response body however appears to be plain text format.
How can we receive the streamed file contents in gzip format for StandardExtractions?