Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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
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 !
Sincerely,
Hi all,
After 3 years and with new Talend Studio 8 - is there any support for Google team drive?