Google API - auth 2.0 error while connecting to alteryx | Community
Skip to main content
Level 2
September 22, 2021
Solved

Google API - auth 2.0 error while connecting to alteryx

  • September 22, 2021
  • 2 replies
  • 1241 views

I had created a access token prior before from google api to connect to Alteryx. However, just couple of months ago, it began to respond in error. Is there something i need to do extra that can help connect alteryx training to the API?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Rohit-Negi

Hi @soumyarani ,

 

Can you try to connect to Alteryx with the access token using Postman, Check if that works.

Also, Can you mention what exact error are you getting while connecting from Postman.

 

There may be a chance that your api  might not be whitelisted any more now at the Alteryx  end.

 

Thanks!

2 replies

Rohit-Negi
Rohit-NegiAccepted solution
Level 3
September 22, 2021

Hi @soumyarani ,

 

Can you try to connect to Alteryx with the access token using Postman, Check if that works.

Also, Can you mention what exact error are you getting while connecting from Postman.

 

There may be a chance that your api  might not be whitelisted any more now at the Alteryx  end.

 

Thanks!

Community Advisor
September 22, 2021

The access tokens will have a limited lifetime, you should be using the refresh token to generate the new access token, refer to the following URL for more details - https://developers.google.com/identity/protocols/oauth2

 

The refresh token also expires after a specific lifetime, in that case, a new refresh token should be retrieved.

 

Regards

Albin I