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: 
somersst
Contributor III
Contributor III

How to connect to Google Team Drive

I'm already using the tGoogleDriveGet component successfully with files on the google-drive of a certain google-account.

 

We are moving the personal files now to Google Team Drives. I shared the file with my google-account, but Talend isn't able to get the file. I get the message :java.lang.Exception: No file found with name "Test.xlsx" 

 

Any help would be most welcome.

Labels (3)
11 Replies
rmartin2
Creator II
Creator II

Hi,

 

I had to synchronize a Team Drive (Shared drive now), and faced the same issue.

My solution was to to directly sync my Team drive with my local network drive with rclone.

 

What you could do to is to sync a Team Drive with a normal drive (one way sync), and then you can use Talend components to do what your looking for.

rclone is a simple command line software, which you can launch with Talend itself.

 

After you're done, just sync back the Team drive, and then flush the temporary Drive 0683p000009MACn.png

It should do the trick !

 

I've tried the tRestClient method and it's quite ugly.

Full Talend = 2 weeks work and messy stuff

Talend + rclone = 1 day work and clean job

 

Don't hesitate ask if you have any questions. I hope Team drives are in the dev team pipe ! 0683p000009MACn.png

 

Sincerely,

Kenny_Yap
Contributor
Contributor

Hi all,

 

After 3 years and with new Talend Studio 8 - is there any support for Google team drive?