A customer has developed a widget that loads some pre-aggregated data from their Displayr Cloud Drive, filter the data depending on a selection made in a Combo Box. They then generate a unique filename and save the filtered data back to the Displayr Cloud Drive as a CSV. In the widget, they have written some HTML to allow the user to export the data. In the Displayr Cloud Drive, if you hover over a file, right-click and select Copy link address ... you get a download link that looks like this: {{ https://gfk.displayr.com/DataMart/Download?company_id=727841&filename=XXXXXXXXXX.csv }} The customer has managed to programmatically produce a link that looks like a direct download link (the first one), see: {{ https://gfk.displayr.com/DataMart/Download?company_id=727841&filename= ' , paste0("NL.Export.Basic.",UFN,".csv") ,}} However, when a user who only has View permissions clicks on download the customer gets an error. In Displayr Cloud Drive, if you click on Share and you see the dialog box letting you know that the file has been shared and is publicly accessible and you can then copy and paste the following link, is it possible to programmatically produce this link? How is the random alphanumeric after {{ https://gfk.displayr.com/DataMart/File/ }} created because if you then click on Unshare and Share again a new link is produced.{{ https://gfk.displayr.com/DataMart/File/8cd743bd-5ea9-4b20-b7fa-cecae0f5f86e/XXXXXXXXXX.csv?company_id=727841}}The customer went through this on a call today and the link to the recording is here, approximately 10 minutes and will probably describe the issue better than I have done: [ https://us02web.zoom.us/rec/share/DKBfFrIxwS-OJ4lnVWlGjQC5TkAcD44_Y9l668zYOh05EUR-C48Rn3OXVgaaUkEb.3xVVxvxXlnFkNr94?startTime=1666684848000|https://us02web.zoom.us/rec/share/DKBfFrIxwS-OJ4lnVWlGjQC5TkAcD44_Y9l668zYOh05EUR-C48Rn3OXVgaaUkEb.3xVVxvxXlnFkNr94?startTime=1666684848000|smart-link ] Passcode: 7w8WY GKBelow is the URL to the CUSTOMER* document with their widget that references their Displayr Cloud Drive: [ https://gfk.displayr.com/Dashboard?project_id=-953471#page=919a5a6d-110e-4d49-84d4-3241fdc20060|https://gfk.displayr.com/Dashboard?project_id=-953471#page=919a5a6d-110e-4d49-84d4-3241fdc20060]Zendesk ticket: [ https://displayr.zendesk.com/agent/tickets/102999|https://displayr.zendesk.com/agent/tickets/102999 ] Customer: Karel Schwarz Company: GfK (edited)