Hello,
I have problème when I try to upload a file starting by a accent : the file is rename without the leading accent.
No problem if the filename start by a normal letter.
I use Pydiov8 and api v2.
Examples :
test.jpg is upload as test.jpg => OK
étest.jpg is upload as test.jpg => KO
testé.jpg is upload as testé.jpg => OK
ééééééééaaaaaééééééétest.jpg is upload as aaaaaééééééétest.jpg => KO (all leading accent are removed)
I test with postman. The accent need to by encoded => “é” need to by remplaced by “é”.
How can I resolve my problem ?
Thanks,