Hi I’ve got a general question, I’m working through the Make Academy course. I’m now on the advanced module so not doing too badly however, from time to time I get stuck and i’m unsure of where to get help from! the support desk take too long to get back to me and there is little support (that i can see) on youtube to walk through the course scenarios with me… are there blue prints I can download of the modules to figure out where I’ve gone wrong? or are there trainers I can pay to support me as this is getting a little frustrating. Thanks in advanced
HAHAH love the steps you have taken so far. Definitely need to do that when coding or creating scenarios.
The community is a great place to bring issues and questions it is built to be a place where the “MAKERS” come together and help with questions and problems and try to give you our solution as they’re normally many ways in no code to get the same solution. All we would need is the below to answer your ticket. Normally questions are answered pretty quickly as the community is active here. Good luck!
I am unable to connect google forms to Make via HTTP, I created the Token ok but not sure if the problem is the url?
When I use https://eu1.make.com I get a 401 unauthorized error, when I use https://eu2.make.com I get 403 forbidden error
Hello @Bola, it looks like you are not far from being successful for this Unit
403 means that you are authenticated, but you are not authorized to make the call.
It’s possible that you have set an incorrect Organization ID. You seem to be in eu2 (so the start of the URL is correct), but check your organization here:
Click on “Organization” and check the number shown on the picture below
Be careful also with the TeamID that you set in the Body of your call. You can get the ID the same way as you did for organization, but this time, clicking on “Team”
And, the second call will not work as-is. First the url has to be eu2 (and not eu1), then the TeamID has to be sent as a Query Parameter. And you have to use GET.
See here: List Scenarios Folders
Thanks so much for getting back to me Benjamin :-). I’ve corrected the third module but unfortunately I can’t get past the second HTTP Make an API Key Auth Request. I’m now getting a 400 Bad Request error message. The Org and Team Ids are correct.