Hi all,
I wanted to upload file using Google workspace scope how to do it pls let me know as well for uploading I am using console of Google where buckets are created in that I wanted to upload the file this process have to be done using UiPath
bucket related activities are not present in google workspace scope… first this you need to check is if at all the google scope workspace has scopes related to buckets or not..as in scope activity there are no bucket related permissions that you can select
to check you can use google http request activity from integration services to try a get call on buckets..if its successful access is there…then you can sue same http request activity to upload file api as well
first thing the scopes does not list buckets so i doubt
you might need to go with google cloud plaform connector and not workspace connector
cheers
- Install UiPath.GoogleCloud.Activities.
- Create & download a service account key JSON.
- Enable the Cloud Storage API in Google Cloud.
- Use Google Cloud Storage Scope to authenticate.
- Use Upload File activity inside the scope to upload your file.
- Mark solution if its help
