HI All,
I am using documentDownloadLink to download the document, when clicked on it is routing to another tab and throwing below error
Discussion posts and replies are publicly visible
namitakyal Can you check and share the file name? Special characters in filenames can mess up downloads, File name should not contains special characters, such as commas (,), semicolons (;), or spaces.
Shubham Aware thanks for the reply. After doing a lot of hit and try I figured out a combination of double quotes (") and single quotes (') within the filename doesn't works.
Rest all the special characters, comma (,) semicolons (;) or spaces works.
Happy to hear that.I was not sure about which special character so just for heads up i added those one.