The “/odata/Processes/UiPath.Server.Configuration.OData.UploadPackage” API only allows me to upload packages that already have an older version existing on the orchestrator. Is there an API that can allow me to upload new packages to orchestrator?
When you are having troubles with the API, I would take the time to inspect your network traffic when performing the desired action in the Orchestrator Web UI or Swagger for comparison.
When I performed an upload in Cloud, the following endpoint was used /odata/Processes/UiPath.Server.Configuration.OData.UploadPackage().
When performing the action via Swagger, it is successful and also generates the following curl command