Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

HTTP 403 Forbidden error on API call

Hello,   to list the content of a users My Reports folder, we are using the following API call on an external web app, but some users receive an http 403 Forbidden error. So far I have not been abl...
  • Anonymous's avatar
    Anonymous
    6 years ago

    We were able to solve this by changing the URL to not use the API to find the users My Reports folder, but instead form it through string concatenation. Our working assumption is that the 'folders' endpoint requires Browser permissions on the root folder if no path parameter is given since it would then try to filter starting from root.