How to increase getFileURL token lifetime

オフライン

Hello,

I am currently writing a server method which will provides some data including file urls to our MES.

To get file url I'm using the method innovator.getFileUrl(fileInfo.FileId, UrlType.SecurityToken)) that returns something like vaultAddress/vaultserver.aspx.

The problem that we are currently facing is that the link bellow is valid only 2 minutes, so if the MES operator doesn't click on the 2 minutes, the file won't be downloadable.

So I was wondering if we can increase the lifetime of the token and how can we do it ?

Regards 

Florent

Parents Reply
  • Thanks for the information! This one was an excellent question and I was also interested to know if there is a solution.

    Do you know if the new operation parameters key are contained in any of the newer documentation guides? Or do we have to ask for them? I right now have a 12SP18 test installation running, but my Server config did not contain this parameter.

Children