blueskyOriginal post
Rank 1: Thread
Hello, I want to implement server side listDocument (listed) and getDocument (detail) with authentication JWT.
For listDocument, authentication with JWT successfully
but for getDocument, it's always return user_unauthorized.
I was make sure the user who want to get document have privileged to see document.
Even the document set permission to Any, it's same return user_unauthorized
Summary
Developers are encountering an issue where they are unable to retrieve a specific document with JWT authentication due to unauthorized access, despite ensuring that the user has the necessary privileges. The issue persists even when setting permissions to 'Any'.