GDrive To OneDrive Auto Sync

Hi All,

I’m currently building a workflow in UiPath Studio Web to automatically synchronize files between Google Drive and OneDrive/SharePoint whenever a file is added or modified in a Google Drive folder.

Has anyone implemented a similar solution before? If so, I’d appreciate any guidance, best practices or lessons learned.

Also besides Studio Web are there any other UiPath services or features that would provide greater flexibility, scalability, or reliability for this use case?

Thank you..

I don’t know how to synchronize OneDrive and GDrive, but an RPA automation certainly is not the way to do it.

For all development of UiPath automations, the desktop version of Studio is what you should be using. Studio Web is extremely limited.

@Anusuya_Ravi

Try using Integration Services GDrive connector and its events to modify or copy the updated files from GDrive to OneDrive.

@Anusuya_Ravi

Use file event trigger from gdri e integration services and use microsoft o365 integration services to upload

Cheers