Get Latest API command failing
Posted: Tue Oct 03, 2017 3:01 pm
While preforming a Get Latest command using the Vault API, some of my users are having errors where the first version of the block is retrieved as opposed to the current version. This is causing errors with my program. I am not sure why this is only happening to some users.
Is there some settings in Vault that individual users may have set which is causing this?
Code: Select all
GetOperations.ProcessCommandGet(
new string[] { vaultFile },
new GetOptions()
{
Merge = MergeType.OverwriteWorkingCopy,
MakeWritable = MakeWritableType.MakeAllFilesWritable
});