I developped a page displaying all the files but if I click on a button to download the specific file it does not work
example : https://localhost/forum/files/file/62-apps-example-flat/?do=download&csrfKey=51687f96ecfdd2e70a40682c06c74a40
this link works fine and I can upload the files
with the api I have this result after the loop :
$file['files'][0]['url']
`https://localhost/forum/uploads/monthly_2018_12/apps_example_flat_zip.7eb05295830880e718e49429840ef224`
How to resolve this point allowing to download a file from the forum / Files module
Thank you