pdfApi.UploadFile doesn't works

pdfApi.UploadFile doesn’t works as it is throwing an exception always as “{“Error calling UploadFile: { ““error””: { ““code””: ““resourceNotFound””, ““message””: ““Invalid URL. Please check for correct usage of the domain and version.””, ““description””: ““Operation Failed. Invalid URL.””, }}”}”

Please find my code here

Using file = System.IO.File.OpenRead(sourcePath)
Dim response = pdfApi.UploadFile(“resultFiles.pdf”, file)
End Using

Please let me know what I am missing here

@Sanishapp
We are investigating the problem.

@Sanishapp
Please, check the last version (24.4.1) of Aspose.Pdf-Cloud

Hi

Thank you for the response, It is working now. Thank you