Youtube Rest API setup

I’m having an issue trying to create a data source via Rest API. I’m trying to pull in videos from a youtube playlist via the Youtube API V3 (following their documentation).

I’ve added everything I need from what I understand but when I test the “get collection” method, I receive this error " Error: TypeError: Failed to fetch. Does the server allow CORS?status: undefined"

Any idea how to connect specifically to the youtube playlist item API?

Thanks in advance!

Open the web app, open Developer Tools, and see what the actual error is for the API call.

I’m sorry I don’t have any answer, but were you able to figure it out? I’m trying to use the YouTube API to list a particular user’s subscribers.

Hi Jo_Coetzer,
Did you manage to get it running ?