Answer the question
In order to leave comments, you need to log in
Yandex Disk view image preview?
Hello.
Guys use rest api yandex to get pictures.
Everything is fine, I get a list of pictures, but when viewed in a browser, Yandex gives pictures with a 403 error.
What is the correct way to display the image?
So far, for example, I have sketched such a sprit.
data.data.forEach(element => {
console.log(element);
id = document.createElement('img');
id.setAttribute('src', element._embedded.items['0'].preview);
document.getElementById('dir_preview').appendChild(id);
});
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