大约一个月前,我能够使用Forge API在BIM360中检索项目用户,使用API作为GET - https://developer.api.autodesk.com/bim360/admin/v1/projects/:projectId/users。自上个月以来,我无法获取用户并接收到403个响应。我尝试了两条腿和三条腿的令牌,以及添加请求中区域的头部,但仍然得不到响应。接口链接:https://forge.autodesk.com/en/docs/bim360/v1/reference/http/admin-v1-projects-projectId-users-GET/如果有人知道接口中的任何更改,请帮助我。
发布于 2021-09-23 11:59:39
我尝试了这个请求,得到了这个403响应。
{
"developerMessage": "Token does not have the privilege for this request.",
"moreInfo":"https://forge.autodesk.com/en/docs/oauth/v2/developers_guide/error_handling/",
"errorCode": "AUTH-010"
}
正如我们所看到的,我在作用域中遗漏了account:read
。你能检查一下或者给我们你收到的developerMessage
吗?
https://stackoverflow.com/questions/69298184
复制相似问题