HTML link for file in Managed Folder

Tej
Tej Registered Posts: 6

Team,

I have been coding in python recipe and unable to create a html link that enables users to download xlsx file in a Managed folder. Could someone please assist.

Answers

  • ThierryC
    ThierryC Dataiker, Registered, Moderator Posts: 15 Dataiker

    You can download from a webapp as described in the Downloading from a Dataiku Webapp tutorial.

    I don't think you can have a direct download URL.

  • Turribeach
    Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023, Circle Member Posts: 2,721 Neuron

    This seems to work for me although it's a private API so it's unsupported:

    https://dss_url/dip/api/managedfolder/download-item/?contextProjectKey=PROJECT_KEY&projectKey=PROJECT_KEY&obdId=folder_id&path=%2Ffile_name.ext

Setup Info
    Tags
      Help me…