So I'm using the YouTube API to search for videos. With my search I'm including the following parameters: type = video, videoEmbeddable = true, videoSyndicated = true. But results that I'm getting can't be played on my site still. An example call I'm doing would be
But the results still give me an error when embedding stating that
This video contains content from ____. It is restricted from playback from certain sites or applications.
The part that really throws me off is that I've seen the exact same video embedded on another site.
Is there some sort of setting that I don't know about that needs to be changed? Is this call incorrect and is there something that I'm missing?