You are not logged in.
Pages: 1
We are using the Video field(V.1.4) on bigtree 4.2.2 and when adding a youtube video, we keep getting the error
Image uploaded (youtube-video-HWPTgBB6tBk.jpg) did not meet the minimum size of 1600x900 pixels.
As a test we changed the minimum size to 1x1 and still error. We also added a thumbnail in youtube without any success.
We have the youtube api connected to our account.
Thanks for you help.
Offline
I've seen that error pop up before in the past. If I remember right it had something to do with directory permissions. The video field actually scales up whatever poster image it has to what you set as your minimum so it shouldn't actually throw that error ever.
Offline
Think I found the issue, since the issue was happening locally, I removed the YouTube API connection and everything works fine.
The YouTube API connection was only connected for our live website and when connecting to the API, it asks for a url. The local url http://localhost/admin/developer/services/youtube/return/ is not the Authorized redirect URI through the YouTube API, that was why I was getting the error.
Offline
Glad you resolved it! I usually get around that issue with the redirect uri by setting up a vhost for the BigTree install like "site.local.edu" which Google allows for redirection to.
Offline
Thanks for the idea Tim!
Offline
Pages: 1