Reputation: 1
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 let me know what I am missing here
Please find my code here
Using file = System.IO.File.OpenRead(sourcePath)
Dim response = pdfApi.UploadFile(“resultFiles.pdf”, file)
End Using
Upvotes: 0
Views: 37
Reputation: 36
Please, check the latest version (24.4.1) of Aspose.Pdf-Cloud (https://www.nuget.org/packages/Aspose.Pdf-Cloud/).
Upvotes: 0