I have built an automation to read a Google Sheet and paste into a local Excel file. The Google sheet is shared with me.
In Studio in the Google Workspace Read Range activity, I am able to browse to a “Shared with me” folder and find the correct sheet. I can run the automation from Studio with no issue.
But when I publish and run from UiPath Assistant, I have to set up a connection to Google Sheets. When I configure the connection, I am only able to browse to the “My Drive” folder, I cannot browse to “Shared with me”, so I cannot select the spreadsheet I need.
How can I configure the connection from UiPath Assistant to read the “Shared with me” files?
I have left it as Configurable by users. The Google Sheet is private and it is only shared with certain users, so each user should have to create their own connection with their own Google login.
I downgraded the Google Workspace from package 2.4.3 to 2.3.4. Same issue - I can see the Shared folder in Studio, but not in Assistant or Orchestrator. I also tried using both the current Google Workspace and Workspace - Classic.
For anyone who comes across the same issue, I have still not solved the issue of the “Shared with me” folder not appearing in Assistant.
As a workaround, in Studio, in the Google ReadRange activity Spreadsheet field, I have changed the option to use Url or Id. Now, when the user launches the process from Assistant, they are only prompted to select a Google connection, they are not prompted to select a file. The process runs completely so this workaround is sufficient for us.