Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Rest call for Google API

Hi all,
I just started using Talend.And i am having a little trouble in finding the components needed for a scenario where i need to do both post and get requests using OAuth. So can somebody share some ideas on how to use the java library(provided by Google APIs client libraries) to do OAuth 2.0 authorization for the rest call. 
Thanks for all the helps,
SJ
Labels (4)
2 Replies
Anonymous
Not applicable
Author

Anonymous
Not applicable
Author

Hi Sabrina,
Thanks for the suggestion. I tried to implementing the job as described in the link. But somehow the first time token is not getting generated rather throws an error as "s://accounts.google.com/o/oauth2/auth?scope=
400|{
  "error" : "invalid_grant",
  "error_description" : "Code was already redeemed.""
Any idea whats causing the error?
Thanks again for the help.
SJ