Hi everyone,
I use User A in The Box to control the files and folders.
I create the box app by this user and try to create Cron-job to get user event log automatically in server-side.
I used JWTAuth and authenticate sucessfully but authenrticated user is ***email address removed for privacy*** created automatically. With that user I alsway get event log with no result.
{'entries': [], 'chunk_size': 0, 'next_stream_position': 81642***phone number removed for privacy***}
Because it not a user A I think.
Other way, When I use develop token to authen, I can get all of event logs.
There is any way to get all event logs by JWTAuth user?