Hi,
Im trying to use these Gsuite Apps script activities to create an Apps script project, deploy it and run the script (in Google sheet file). Everything else works expect running the script from the UiPath.
The problem is that Run Script activity needs an Deployment ID. The ID is generated with Create Deployment so it needs to be read from Google after that. It can be read with an API call to Google but the problem with these HTTP requests is that you need OAuth2 token in order for them to work. And getting the token for this HTTP request is very difficult.
Gsuite Application scope anyway has already authenticated with Google so what Im thinking is that this API call could be built inside Create Deployment activity and the activity could give deployment id as an output. That would make it pretty simple to get this kind of workflow working.