I was able to create a new google sheet using Gsuite.CreateNewSpreadsheet activity, but the returned path to sheet was not accessible using my own google account.
Steps I followed
- Created a new app in google developer console
- Enabled google sheets api
- Created a Service account
- generated auth keys (tried with both json and P12)
- Added Gsuite.CreateSpreadSheet activity to my UiPath app
Please help me if I am doing anything wrong, or do I need a Gsuite account to get this working?