Reputation: 9
I am trying to get the contents of a folder, specifically the 'Project Files' folder in ACC.
I am using postman at the moment and did the following :
The folderId I am getting is from of "urn:adsk.wipprod:fs.folder:co.bEd9KCbyQAWbhE938Cy48Q" (I changed one of the characters here)
Any ideas welcome Thanks Jonathan
Upvotes: 0
Views: 164
Reputation: 9
It turns out postman included a new line (i pressed the enter key) at the end of the request (%0A) 🤦♂️ - please take note. Thanks for reading and trying to help. Jonathan
Upvotes: 0
Reputation: 97
This sounds like a permission issue. Seems you may not have the permission to the folder contents. Kindly, see if you have the permission for Doc management service under project members to access the folder.
If you have the correct permissions, you may upgrade permission level to project admin and retry the endpoint.
Upvotes: 0