I'm following the github instructions for using postman with m-files:
I can successfully log in to the vault and retrieve the token. I copy the value into the environment variable as directed. When i execute a GET on documents, I get the following error:
{
"Status": 403,
"URL": "/objects/0",
"Method": "GET",
"Exception": {
"Name": "UnauthorizedAccessException",
"Message": "Login to vault failed"
},
"Stack": "Error reference ID: 7ffcd12a-93ea-42cf-8234-dc42395d536d",
"Message": "Login to vault failed",
"IsLoggedToVault": false,
"IsLoggedToApplication": false,
"ExceptionName": "UnauthorizedAccessException"
}
Any thoughts on why this doesn't work?