Storing Config.xlsx file to a google drive

I want to save config.xlsx file into a google drive and share the path with an admin so that the admin can later change values in that config file as needed. What configuration or setting do I need to do in order for this to work?
I am using RE framework for my project.

Thanks in advance!

1 Like

Hey @amrut.desh,

You will need to do changes in InitAllSettings workflow file.

Add few activities to fetch sheet from drive & resolve it to config dictionary.

Thanks :slight_smile:

@amrut.desh

Welcome to community

You use Gsuite activity->Upload file

Thanks

@Srini84
Thanks. I added the GSuite.Activity package in UIpath. We are going to open Google Could account to access this config file from the google drive.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.