Create Downloadable Link for Files Uploaded Via Wix Fileshare App

Hi, Im looking for a way to download information that has been uploaded via the FileShare App.
The user case is, I have an external Data supplier who I want to weekly upload a Zip file to the site. I then want to allow my paying Subscribers to download the zip file.
As it stands the App does all this but I have other pages for my subscribers in a memebers area and you cant add the upload/download page from the app to a blank page so looking for a work around using code.

wixData.query("Media/FileshareFolders")
  .find()
  .then( (results) => {
    // handle the results
  } );

This gives me information about whats been uploaded but I can’t see a way to create a download button from the path information it gives anyone done anything similar or any pointers welcome.