W
W
WiNNeR_tig2021-09-11 21:14:30
API
WiNNeR_tig, 2021-09-11 21:14:30

API VK error Access to group denied: !enable_video?

When working with the API (uploading video by URL to the account) I get an error APi VK error Access to group denied: !enable_video

Receiving an authorization code with &scope=video

https://oauth.vk.com/authorize?client_id=&display=page&redirect_uri=http:///index.php&scope=video&response_type=code&v=5.131 _
_


In response I get an error
{"error_code":203,"error_msg":"Access to group denied: !enable_video"


Send like this

$a = ' https://api.vk.com/method/video.save?group_id='.$i... '.
$link.'&name='.$name.'&description=' . urlencode($description) . '&wallpost=' .
$wallpost. '&access_token='.$key_aut.'&v=5.64';


Solution
Removed group_id='.$idvk.' since by default it is loaded into the account, and I specified the group

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Karbivnichy, 2021-09-11
@hottabxp

Access to group denied - Access to the group is denied.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question