Hi,
I am trying to create a custom connector to connect to the Google Analytics Reporting API. For this I need to authenticate using OAUTH 2.0, I then use the "Google format" for the authorization, Once I complete all the other steps correctly (already done it with mock servers using postman) I arrive at the test but keep getting a 401 with the body telling me I need to authenticate. Which is weird because since I set up the authorization tab it should do it on its own. Just seems like the connector never request the authorization token. Maybe I am mising a step but I have seen anything making me think so.
I know the URI are all fine since via Postman I can make it work. Just can't seem to make it work with the Connector and the Google API.
Any ideas are welcome and thank you for your help.