Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse.File name support for languages with non-ASCII characters #9278

Open
rjcodedev opened this issue Aug 12, 2024 · 1 comment
Open

Parse.File name support for languages with non-ASCII characters #9278

rjcodedev opened this issue Aug 12, 2024 · 1 comment
Labels
type:feature New feature or improvement of existing feature

Comments

@rjcodedev
Copy link

New Issue Checklist

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.

Copy link

parse-github-assistant bot commented Aug 12, 2024

Thanks for opening this issue!

  • 🚀 You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.

@mtrezza mtrezza added the type:feature New feature or improvement of existing feature label Aug 25, 2024
@mtrezza mtrezza changed the title Does Parse.File upload not support languages that do not use English characters, such as many Indian languages, Korean, and others? Parse.File name support for languages with non-English characters Aug 25, 2024
@mtrezza mtrezza changed the title Parse.File name support for languages with non-English characters Parse.File name support for languages with non-ASCII characters Aug 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New feature or improvement of existing feature
Projects
None yet
Development

No branches or pull requests

2 participants