Hi everyone,
I was hoping one of you could help me!
I have a robot that is working fine, which has Gsuite Application Scope that access, reads, writes a Google Spreadsheet.
The Gsuite Application Scope uses a Service Account as the Authentication type from a JSON file.
I want to add an activity to protect a specific range of the Google Spreadsheet, which can be done with following API:
However this API is not available in the UIpath and I was wondering how could I add it to my robot?
Ideally it would use the same authentication (Service Account) from the Gsuite Application Scope, would this be possible?
If not, how could I do this? Would the HTTP REQUEST be an alternative ?
Thanks!!!