I’m just getting started with aspose omr and I’m unable to generate a template using the sample text markup from this page:
I copied the sample markup and placed it in text.txt file in my first storage in a folder named omr. Then I sent the request using POSTMAN to the following URL with my authorization header:
https://api.aspose.cloud/v3.0/omr/test.txt/runOmrTask?actionName=GenerateTemplate&folder=omr
The response I’m getting is:
{
"requestId": "a85635a4-1c48-4ae4-8f65-9d7ab19c5472",
"error": {
"code": "error",
"message": "One or more errors occurred. (Error making request with Error Code NotFound and Http Status Code NotFound. No further error information was returned by the service.) Error making request with Error Code NotFound and Http Status Code NotFound. No further error information was returned by the service.",
"description": "Operation Failed. General Error.",
"dateTime": "2022-08-15T08:48:45.8908397Z",
"innerError": null
}
}
What am I doing wrong here? Any help would be appreciated.