Permission to perform this action is denied (7): Permission to perform this action is denied: owner has not right for this action, can't add video.
I'm using the following code:
SaveResponse sr = getVkApiClient().videos().save(getUserActor()).groupId(getGroupActor().getGroupId()).execute();
How can I get workaround?
Permission to perform this action is denied (7): Permission to perform this action is denied: owner has not right for this action, can't add video.
I'm using the following code:SaveResponse sr = getVkApiClient().videos().save(getUserActor()).groupId(getGroupActor().getGroupId()).execute();
How can I get workaround?