Forum Discussion

kolebynov's avatar
kolebynov
Ideator I
5 years ago

Get a direct link to a file

Hello,

Is there a way to get a direct permanent link to a file content? I found a link like /InnovatorServer/Client/?StartItem=File%3A{fileId}, but if I click on this link, the file is downloaded in the new popup window. Popup window downloads file using link /InnovatorServer/vault/vaultserver.aspx?dbName={dbName}&fileId={fileId}&fileName={filename}&vaultId={vauldId}&token={token}. This is a direct link, but not permanent. I need a link that I can open in the browser and if I have opened a session, the file will be downloaded.

2 Replies

  • A simple StartItem link should do the job:

    http:  //  myserver  /  InnovatorServer  /  ?StartItem=File:207.....

    • kolebynov's avatar
      kolebynov
      Ideator I

      Hi, I mentioned this type of link, but it is not applicable to me. Downloading is performed in the new popup window, not in current window where I open this url.