I want to use Alibaba Cloud OSS to upload and download files in UiPath
What should I do
I can’t find the Alibaba Cloud SDK in Manage Packages
You can explore at their OpenApi, Postman …
From their OpenAPI it can be referred to code snippets for .Net
outcomes from these RnDs can be ported to UiPath by
- using their code snippets
- HTTPRequest
- .Net HTTPClient
HttpClient Class (System.Net.Http) | Microsoft Learn
