For example: ` var result = await client.Media.CreateAsync(stream, "中文.webp"); ` If the name is changed to English, for example "English.webp", the image can be created. Is this a bug?
For example:
var result = await client.Media.CreateAsync(stream, "中文.webp");If the name is changed to English, for example "English.webp", the image can be created. Is this a bug?