In the generate link we have content as below
&response-content-disposition=inline%3B%20filename%3D%22The%20Relationship%20among%20Negative%20Peer%20Pressure%2C%20Drinking%20alcohol%20and%20Early%20sexual%20engagement%20among%20secondary%20school%20students%E2%80%99%20in%20Assosa%20Zone%2C%20West%20of%20Ethiopia.doc%22%3B%20filename%2A%3DUTF-8%27%27The%2520Relationship%2520among%2520Negative%2520Peer%2520Pressure%252C%2520Drinking%2520alcohol%2520and%2520Early%2520sexual%2520engagement%2520among%2520secondary%2520school%2520students%25E2%2580%2599%2520in%2520Assosa%2520Zone%252C%2520West%2520of%2520Ethiopia.doc

On Fri, Feb 26, 2021 at 4:52 PM Mayur Barge <mayurbarge...@gmail.com> wrote:

> Hello Julian,
> Thanks for the reply, we are using the below versions.
>
> compile group: 'org.apache.jackrabbit', name: 'oak-jcr', version: '1.22.3'
>  compile group: 'org.apache.jackrabbit', name: 'oak-blob-cloud', version:
> '1.22.3'
>     compile group: 'org.apache.jackrabbit', name: 'oak-store-document',
> version: '1.22.3'
>     compile group: 'org.apache.jackrabbit', name: 'oak-blob-plugins',
> version: '1.22.3'
>
> Thanks,
> Mayur
>
> On Fri, Feb 26, 2021 at 2:47 PM Mayur Barge <mayurbarge...@gmail.com>
> wrote:
>
>> Hello,
>> We are trying to PUT and subsequently GET binary files in S3.
>> The filename contains special encodings like shown in example below
>>
>> S3 download fails with below error
>>
>> <Code>InvalidArgument</Code>
>> <Message>Header value cannot be represented using ISO-8859-1.</Message>
>> <ArgumentName>response-content-disposition</ArgumentName>
>>
>> File Name:
>>
>> Relationship among Negative Peer Pressure, engagement among secondary
>> school students’ in Assosa Zone, West of Ethiopia.doc
>>
>> BinaryDownloadOptions.builder().withFileName(fileName)
>>
>> Kindly let us know how to correctly upload/download files by using
>> content-disposition/
>>
>> Thank you,
>> Mayur
>>
>

Reply via email to