RobertGagliano
5 years agoQrew Member
Re: Pipeline & Oauth 2 Token
I'd also be interested in the answer to this question.
We are trying to use the Make Request service to send data to a Google API using a Google OAuth2 Client, but continue to receive
Google OAuth2 Clients generally require a user to provide consent, which then returns an access token that is used to make authenticated API calls. Since Google OAuth doesn't appear to support this type of grant_type, can anyone provide the recommended approach?
We are trying to use the Make Request service to send data to a Google API using a Google OAuth2 Client, but continue to receive
Invalid grant_type: client_credentials
Google OAuth2 Clients generally require a user to provide consent, which then returns an access token that is used to make authenticated API calls. Since Google OAuth doesn't appear to support this type of grant_type, can anyone provide the recommended approach?