webiny-js icon indicating copy to clipboard operation
webiny-js copied to clipboard

Uploaded files that include special characters in their names such as '#' return "Access Denied"

Open gil-3bd opened this issue 3 years ago • 0 comments

Version

5.30.0

Operating System

macOS Monterey 12.4

Browser

Google Chrome

What are the steps to reproduce this bug?

Uploaded files that include special characters in their names such as '#' don't render and return an "Access Denied" when trying to access them.

Example file name: my#1videofile.mp4

Error: // 20220809160347 // https://uniquenumber.cloudfront.net/files/9l6msd0dl-my#1videofile.mp4 { "error": true, "data": null, "message": "Access Denied" }

Possible solution

Remove special characters from file names when uploading them.

gil-3bd avatar Aug 09 '22 23:08 gil-3bd