I’ve been trying to display a movie trailer with no luck. Here is the scenario: the user type in a movie, the system search for that title on YouTube and returns the proper trailer.
The plan is to be able to search {movie name + trailer} on Youtube API, get the ID of the first result, then display it through bubble’s video element or link. I’m currently stuck in first step.
I’ve been trying to set up the YouTube API but I get this error message:
Try generating a new key without http restrictions first in the Google console under Credentials and switch it out. Also make sure you have the YouTube data API enabled in the same console.
When you get a successful response, you can update the key with http restrictions.