Reputation: 21
When I call the topFolders endpoint with an admin users all works well. However when i call it with normal user that do have have access the "Project Files" folder but have access to subsequent folders, I get 10 folders in the data ("Project Files", "ProjectTB", and some hex named folders) but not the one I provided access to the user.
Any assistance is highly appreciated
Upvotes: 1
Views: 152
Reputation: 21
For the topFolder to get you only the folders you have access to you need to use 3 legged Authentication. if you get projectTB or any hex named folders this mean you used 2 legged Authentication
Upvotes: 1