Event forwarding issue with OAuth
Hello Everyone,
I am trying to setup a OAuth Secret within Event Forwardiing for WebSDK implementation.
Its for Google Search 360 API. When i do that Launch always gives me this error "The Credentials provided are incorrect" Even though i am able to generate token using curl with same credentials. Below i the screenshot of how i am doing it under Data Collection:

Does anyone know what might be wrong i am doing. Here is the syntax google is giving for Curl:
curl \
--data "grant_type=refresh_token" \
--data "client_id=CLIENT_ID" \
--data "client_secret=CLIENT_SECRET" \
--data "refresh_token=REFRESH_TOKEN" \
"https://www.googleapis.com/oauth2/v3/token"