Hi,
On onpremise vault you can download file like this:
Set oFile = oHistory(1).Files.Item(1) szTempPath = "C:\Temp\" + oFile.GetNameForFileSystem()
What is the equivalent for Cloud?
Cheers
Petteri
Hi,
On onpremise vault you can download file like this:
Set oFile = oHistory(1).Files.Item(1) szTempPath = "C:\Temp\" + oFile.GetNameForFileSystem()
What is the equivalent for Cloud?
Cheers
Petteri
Did you miss some code there? That doesn't download a file.
From an API perspective it should not matter whether the server is inside or outside of your network. The client/server API modes affect it, but both of those can be used in both on-premises and cloud scenarios.
Did you miss some code there? That doesn't download a file.
From an API perspective it should not matter whether the server is inside or outside of your network. The client/server API modes affect it, but both of those can be used in both on-premises and cloud scenarios.
© 2025 M-Files, All Rights Reserved.