@wawa wrote:
Hi
General question - how in fact works disableentitlement at privileges?I need to prepare appToken which allows another team to retrieve list of all medias added at last 24h. All.
I create proper appToken, start widgetsession and start session what gives me KS string.
But - there is a problem what to set privileges at this token.
Without disableentitlement, result is only few medias, so I need to use it, like this:
$privileges = ‘sview:,list:,disableentitlement’
Well, but I checked, and using this session is possible to perform update also. For example update tags for media.
So add:
$privileges = ‘widget:1,sview:,list:,disableentitlement’
or
$privileges = ‘setrole:<id_of read_only_role>,sview:,list:,disableentitlement’So, is it possible to receive this combination of privileges which allows to access READ ONLY, but to all medias? (access means list them and play). If yes - how set it?
thx
Maciej
Posts: 1
Participants: 1