It’s been a while, but I found a solution … I started to analyze your plugin, I looked at how it was built step by step. I came to the conclusion that the problem is not a PHP version, or access permissions to files, or the plugin itself. The reason for all these problems is Google itself. I checked the url https://www.googleapis.com/youtube/v3/videos?part=id,snippet&id=U8W3oX0dDD8&key={PASTE API KEY} which response should be the video parametrs, and at each generated API key its generating error. Only after the creation of a new Google account, the correct response was generated (i’ve got really simple and small website and no way i reached the api request limit)
And if you’ve the same issue, check this url (the response schould be not the error ;))
https://www.googleapis.com/youtube/v3/videos?part=id,snippet&id=U8W3oX0dDD8&key={PASTE API KEY}
Hi,
same issue
(fresh install)
When i want to add new video
– error: {message: “Video thumbnail failed to save”, code: 200}
When i want to delete video or album
– error: {message: “A database error has occurred”, code: 200}