When executing this code, an error occurs in the last line.
$save = vk('docs.save', [ 'group_id' => $group_id, 'file' => $upload->file, 'v' => '5.92' ])->response[0]; what am i doing wrong
When executing this code, an error occurs in the last line.
$save = vk('docs.save', [ 'group_id' => $group_id, 'file' => $upload->file, 'v' => '5.92' ])->response[0]; what am i doing wrong
Source: https://ru.stackoverflow.com/questions/919509/
All Articles