A Microsoft platform for building and publishing apps for Windows devices.
Cannot download cab from error reporting API
Hey!
I've been trying to download the cabinet file via error reporting API for my Xbox game. Based on the documentation available here: https://learn.microsoft.com/en-us/windows/uwp/monetize/download-the-cab-file-for-an-error-in-your-app I was able to download error information however it looks like any call to cabinet API returns 400/401/500.
To make it simple to understand what I do:
- I'm resuing authentication token needed to fetch error data when I'm trying to download cabinet data,
- I'm trying to download cabinet file for my xbox crash,
- I've been using applicationid and cabid parameters
Sample CURL command that you can use to reproduce my issue.
> curl --header 'Authorization: Bearer {access-token}' 'https://manage.devcenter.microsoft.com/v1.0/my/analytics/cabdownload?applicationId={applicationId}&cabId={cabId}'
> {"error":"The remote server returned an error: (500) Internal Server Error."}
Did I do something wrong? How I can fix that? API returns 500 for every cabinet in my instance
Developer technologies | Universal Windows Platform (UWP)
Microsoft Partner Center | Other
Other features or issues related to Microsoft Partner Center