Community
Vault Customization
Share your knowledge, ask questions, and explore popular Vault API, Data Standard, and VBA topics related to programming, creating add-ins, or working with the Vault API.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Vault 2022 Thin Client Download Link / Viewer Link

3 REPLIES 3
Reply
Message 1 of 4
Anonymous
488 Views, 3 Replies

Vault 2022 Thin Client Download Link / Viewer Link

Hi All,

 

I need to be able to send users straight to the file (not the explorer)

previously this was formatted like this (where 3 is the persistantId to the Latest version)

{0}://{1}/AutodeskTC/{1}/{2}/Document/Download?file=m{3}&downloadAsInline=true

 

I need to be able to direct the user straight to the latest version of the document

 

i have also tried something like the below also (where 3 is the VERSION id not the Master) however this is no use to me as it appears to only accept the Version id not the master Id or a persistant id 

{0}://{1}/AutodeskTC/{2}/viewer?file={3} 

 

any help would be good

 

 

 

 

3 REPLIES 3
Message 2 of 4
gael.soudan
in reply to: Anonymous

Hi, 

 

I have the same needs. 

Does anyone know how to achieve it ?

 

Thank you.

Message 3 of 4
Markus.Koechl
in reply to: Anonymous

This thread answered related questions: Vault Thin Client - Persistable Ids in 2022/2023 - Autodesk Community - Vault. So, you can access the entity master or the historical version, but not invoke the download or viewing with the link itself.



Markus Koechl

Solutions Engineer PDM, Autodesk Central Europe
Message 4 of 4
gael.soudan
in reply to: Markus.Koechl

Thank you.

I realized that I can open a fullscreen view of a file with a link like that : 

http://<servername>/AutodeskTC/<servername>/<vault_name>/viewer?file=<id>

 

And I can also get the id with a PowerShell script.

 

So I got all I need now !

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report