webiny-js
webiny-js copied to clipboard
Uploaded files that include special characters in their names such as '#' return "Access Denied"
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.