Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
MahiwalVinit
Creator
Creator

How to connect talend to Google drive uninterruptedly

Hi,

 I have tried connecting talend to google drive. I referred https://goo.gl/cKbc1Z I am able to connect however google drive access token expires every 3600 sec. I need to run a job on the regular basis and can't afford to insert access token again and again.

I am using Talend open studio for big data 6.0. 

Please let me know how to connect talend with google drive uninterruptedly? 

Labels (2)
1 Solution

Accepted Solutions
MahiwalVinit
Creator
Creator
Author

Thanks for your reply.

I am able to connect to google drive here is simplified job flow0683p000009Ls8t.png

 

View solution in original post

8 Replies
Anonymous
Not applicable

This tutorial shows you how to do precisely this. It uses a refresh token after your initial connection. If your access token expires, it automatically uses the refresh token to generate a new access token. You can even download the job and tweak it to your requirements.

 

https://www.rilhia.com/tutorials/using-oauth-20-talend-access-google-apis

MahiwalVinit
Creator
Creator
Author

Thanks for your reply.

I am able to connect to google drive here is simplified job flow0683p000009Ls8t.png

 

Anonymous
Not applicable

Hi @rhall,

 

I've the same issue.

I'm unable to reach out to this website, is there  another way I could go through this tutorial?

 

Thanks.

MahiwalVinit
Creator
Creator
Author

Please try the job flow as explained in the diagram. You should able to connect. Let me know if there any issue

vishnukumartj
Contributor
Contributor

Hi 

 

How you are able to pass the access token dynamically in tGoogleDriveConnection which is expiring every 3600 Secs?

It would help if you could explain more?

 

Regards

Vishnu

 

joe86
Contributor
Contributor

Hi,
Will you be able to explain this in details, please?
The settings given inside and how the access token is passed dynamically etc.
joe86
Contributor
Contributor

Hello @rhall,

the link given here is not accessible. Can you please share if any updated link available.
Anonymous
Not applicable

Hi @joe86, thanks for pointing the broken link out. I had to move the content due to some hackers attacking my site on a regular basis. I thought I had updated most of the broken links. The content has been moved here: https://community.talend.com/t5/How-Tos-and-Best-Practices/Using-OAuth-2-0-with-Talend-to-Access-Goo...