Hello,
I am trying to download the file from one of the comments inside the ticket. I already got the "content_url" data, but I don't know the code on how to download it. I'm using React.js.
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Once you have the content_url you'd handle this just like any other download in Javascript. Here's a stackoverflow post that might help.