I am attempting to upload a local excel file to Google Drive. This works when I run it in Debug mode, but faults whenever I try to launch my automation from Orchestrator.
The most detailed error I have received through logs is this: “Cannot find item configured with connection d9c1dfe6-2ff4-4772-94a8-1ee1d4075d89
at path Bot - Inactivation of Users Upon Separation
. at UiPath.GSuite.Activities”
Things I have made sure of:
- Google Drive Connection is established in the folder/tenant the automation is launching from.
- The folder exists in Google Drive and the relevant bot users have access.
- The path is referencing an excel file on the VM that the automation runs on.
I’m not totally sure, but I think the issue relates to the file path reference, since it works when the path is simple in Debug mode, but is throwing errors when running from Orchestrator and executing on a different machine from my development machine.
Please help me understand how I can solve this, thanks