Cannot download cab from error reporting API

Konrad Dysput 11 Reputation points
2020-11-12T18:52:11.35+00:00

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

Universal Windows Platform (UWP)
Microsoft Partner Center
Microsoft Partner Center
A Microsoft website for partners that provides access to product support, a partner community, and other partner services.
871 questions
{count} vote