How to setup an API key for a HTTP module

I am trying to follow a scenario published on youtube

It requires an API Key Auth request, I have added a Youtube API key I setup on Google DEveloper console. However running the scenario I get the following error on the HTTP module so obviously I have done something wrong. The module comes setup apart from the API key so haven’t needed to touch anything there.

“Method doesn’t allow unregistered callers (callers without established identity). Please use API Key or other form of API consumer identity to call this API.”

I have tried the API key placement set to both “In the header” and “In the query string” with the same result.

I have reached out to the creator as well, but yet to hear back and was hoping someone here would be able to help.

I have attached the ful scenario as it was provided.
MakeSystem_ViralContent.json (79.9 KB)

Thanks!

Hello! Welcome to the Make Community!

According to the Youtube API documentation, you must provide the API Key in the query string with the name “key”. Is it what you did?

I tested on my side and it worked

Benjamin

5 Likes

That was it… ( I hadn’t tried modifying the name ) , I very much appreciate the assistance. Onwards and upwards!!

2 Likes

I’m working on the same scenario. I’m getting an error because at “Extract Web Content - Get Content” and The bundle would not pass through the filters.

Thank you in advance

Hello @AI_VoiceTech_Rob

Can you please open a new topic with your question? It’s generally more effective than commenting on solved threads. When you start a new conversation, you’re more likely to catch the community’s attention and receive the help you need.

Thanks for helping to keep the community organized and making it easier for everyone to share and find the information they need. :pray:

1 Like