Open
Description
New Issue Checklist
- Report security issues confidentially.
- Any contribution is under this license.
- Before posting search existing issues.
Issue Description
When I try to upload a PDF document using Parse.File
with a filename in languages like Marathi, Hindi, Korean, etc., I get an error. However, when I try to upload the same file with a filename in English, it uploads successfully.
Actual Outcome
{"code":122,"error":"Filename contains invalid characters."}
Expected Outcome
Parse.File should support filenames in any language.