Answer the question
In order to leave comments, you need to log in
How to download GIF document via vk api?
Hello! I can not download a file from the VK server via api vk.
Logic:
1. Using the wall.get method, I extract posts of interest to me
2. I extract direct links to pictures (in my case, giff)
3. Using the copy method, I upload data to my server
I tried this code to download pictures - everything works. The problem is only with gif (maybe other types of VK documents).
https://sun9-21.userapi.com/c7003/v7003406/5f184/cZoV5R9rpdk.jpg
https://psv4.userapi.com/c848220/u114165366/docs/d2/c9e501e22af9/1a055e4802e726d9b4fe42fa4d9822a0_187945_1551001119.gif
$file = $imgUrl;
$host=__DIR__.'/new.gif';
if (!copy($file, $host)) {
echo "не удалось скопировать $file\n";
}
chmod($host, 0777);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question