Download a file using migration API v1 results in HTTP 416 error
Summary
EPM Cloud documentation indicates the API version to use for "Download File" is v1, not 11.1.2.3.600. Attempting to "GET" the "download Link" results in 416 errorContent
Our existing code was using the current API version for 'Migration' - 11.1.2.3.600. However, the online documentation indicates that the version to be used is v1 - https://docs.oracle.com/en/cloud/saas/enterprise-performance-management-common/prest/download.html
So, we tried switching over to the new API version.
Tested it using the 'RESTED' API client in Firefox, as well as in a Groovy program with the same result. The initial call - <instance-url>/interop/rest/v1/applicationsnapshots/<file-name>/contents
2