When I apply the "View/Download+Upload" actions for a user:
at the endpoint https://forge.autodesk.com/en/docs/acc/v1/reference/http/document-management-projects-project_id-fol...
I get a 400 error:
Error creating permissions 400, {"code":"ERR_BAD_INPUT","title":"The request has invalid header or body","detail":"Given actions PUBLISH,VIEW,DOWNLOAD,COLLABORATE is invalid"}
All other documented actions are working fine. Shuffeling the actions (for instance to : ['VIEW', 'DOWNLOAD', 'COLLABORATE', 'PUBLISH']) does not fix the problem. Is this a known bug? This applies to both template and regular projects.
Solved! Go to Solution.
Solved by mikako_harada. Go to Solution.
There is a difference in acceptable parameter for Autodesk Docs. There is a separate documentation:
https://forge.autodesk.com/en/docs/acc/v1/overview/bim-360-compatibility/docs-compatibility/
equivalent one is:
PUBLISH,VIEW,DOWNLOAD,COLLABORATE,PUBLISH_MARKUP
The documentation needs to be update. We will report to the documentation team and request to include add both parameter in one page with a clear tag BIM 360 vs. ACC. (so that we don't need to do "diff" every page.)
Sorry about confusion.
Can't find what you're looking for? Ask the community or share your knowledge.