When I ask a collection of Hubs, I don't receive ACC Hubs from EMEA (just BIM360 Hubs from US).
In my application, I ask for Hubs from the http request https://developer.api.autodesk.com/project/v1/hubs
I received well the BIM360 Hubs from US but not the ACC Hubs from EMEA. In the response, a warning indicate:
warnings:{[
{
"Id": null,
"HttpStatusCode": "403",
"ErrorCode": "BIM360DM_ERROR",
"Title": "Unable to get hubs from BIM360DM EMEA.",
"Detail": "You don't have permission to access this API",
"AboutLink": null,
"Source": null,
"meta": null
}
]}
I use a 3-Legged Token with the good scopes (including 'data:read' for this request). My user account can navigate in the Hub ACC platform (Admin account).
So how can I get the ACC Hub from EMEA ? Does I need to register my APS app in ACC like with BIM360 ? (I don't think so).
I have no more idea.
Thanks for the help.