问题
I am trying to hit the GET users endpoint on the BIM 360 API using this guide.
I have a Forge integration set on my BIM 360 Account Admin page, which includes Account Administration privileges. I followed the directions on the docs to remove the "b." from my hub id to get the account id, but when I hit the enpoint it returns "1003: Client has no access to the account"
回答1:
This endpoint request a 2 legged access token with account:read
scope and a Forge App that was previously provisioned within that BIM 360 Account.
来源:https://stackoverflow.com/questions/57878293/get-users-endpoint-returns-1003-client-id-has-no-access-to-the-account