To view this discussion on the web visit https://groups.google.com/d/msgid/isilon-user-group/2B29AE8D-93A7-41CE-A662-59346F3551D3%40gmail.com.
Here's a bit more information. Tried url encoding the data and that doesn't work.curl --location --request PUT 'https://[host_port_namespace_path]/test/copy3.pdf' \
--header 'x-isi-ifs-copy-source: /path/with spaces/works/B177I- 10%B5m SunFire Prep, TN.pdf' \
--header 'Authorization: Basic [basic_creds]' \
--data-raw ''
{
"errors": [
{
"code": "AEC_BAD_REQUEST",
"message": "x-isi-ifs-copy-source '/path/with spaces/works/B177I- 10%B5m SunFire Prep, TN.pdf' is invalid."
}
]
}
curl --location --request PUT 'https://[host_port_namespace_path]/test/copy3.pdf' \
--header 'x-isi-ifs-copy-source: /path/with spaces/works/test- 10µm file andacomma, test.pdf' \
--header 'Authorization: Basic [basic_creds]' \
--data-raw ''
{
"errors": [
{
"code": "AEC_BAD_REQUEST",
"message": "x-isi-ifs-copy-source '/path/with spaces/works/B177I- 10�m SunFire Prep, TN.pdf' is invalid."
}
]
}
On Fri, Jun 5, 2020 at 4:51 AM Peter Serocka <pese...@gmail.com> wrote:
Have you tried percent encoding aka URL encoding?
> On Jun 4, 2020, at 23:12, Joe Bond <imjo...@gmail.com> wrote:
>
> Hi folks!
>
> Trying to use the isilon copy api and am having problems copying a file with a Greek character μ in the name. Any idea what the encoding would be for the isilon x-isi-ifs-copy-source Header?
>
> Thanks!
>
> --
> You received this message because you are subscribed to the Google Groups "Isilon Technical User Group" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to isilon-u...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/isilon-user-group/cf1a6ec3-c66c-49e7-aefa-57ab2e2cbd35o%40googlegroups.com.
>
--
You received this message because you are subscribed to the Google Groups "Isilon Technical User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isilon-u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/isilon-user-group/CAAC-kp3mGJ3o1on-L8E2VpSzcs3V_3EdioRd7na18C0t-HV4Kw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/isilon-user-group/CBEB7D04-8C4D-40C9-9BA6-0102D43EFEA5%40gmail.com.
> To unsubscribe from this group and stop receiving emails from it, send an email to isilon-u...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/isilon-user-group/cf1a6ec3-c66c-49e7-aefa-57ab2e2cbd35o%40googlegroups.com.
>
--
You received this message because you are subscribed to the Google Groups "Isilon Technical User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isilon-u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/isilon-user-group/2B29AE8D-93A7-41CE-A662-59346F3551D3%40gmail.com.
--
You received this message because you are subscribed to the Google Groups "Isilon Technical User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isilon-u...@googlegroups.com.