Is there an activity that can be used to create folder in google storage bucket without using UI interface
You can create a folder in Google Cloud Storage using the HTTP Request activity by sending a POST request to the Google Cloud Storage API with an object name that ends with /
(e.g., your-folder-name/
).
Alternatively, use the UiPath Google Cloud Storage Activities package to upload an empty object, simulating a folder creation.
Happy Automation