Youtube API connection problem

Hi All,
I try to show youtube videos on my bubble app with API connector.
I have a error message when I click on “initialize call”.
Where do I put my youtube API Key in my API connector?
Which authentification do I need to choose : OAuth Custom token or private key in URL or other?
Thanking you in advance to the community!

Hi @cheng.delphine :upside_down_face:

Authorization key is passed as an URL parameter where the key name is “key

You have some nice example here

And here’s how it looks like in your editor:

Cheers :upside_down_face:

2 Likes

Thanks! :grinning:

2 Likes