I have a consultation about the data management API of 'autodesk platform services'. I am trying to use the GET hub endpoint. I am using 'postman' to send the request. When I send a GET hub request using a three-legged token, I get a warning in the response.
“meta”:{
“warnings”:[
{
“Id”:null,
“HttpStatusCode”:”403”,
“ErrorCode”:BIM360DM_ERROR,
“Title”:”Unable to get hubs from BIM 360DM US.”,
“Detail”:”You don’t have permission to access this API”,
“AbouLink”:null,
“Source”:null,
“meta”:null
},
{
“Id”:null,
“HttpStatusCode”:”403”,
“ErrorCode”:BIM360DM_ERROR,
“Title”:”Unable to get hubs from BIM 360DM EMEA.”,
“Detail”:”You don’t have permission to access this API”,
“AbouLink”:null,
“Source”:null,
“meta”:null
}
]
}
What could be the cause?
I made a GET hub request using a three-legged token.