VKCOM / vk-java-sdk

Java library for working with VK API
MIT License
294 stars 155 forks source link

Why did I get this exception? #247

Open gegemonTV opened 3 years ago

gegemonTV commented 3 years ago

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?