microsoft / xbox-live-api

This repo contains Microsoft Xbox Live Service API (XSAPI) that enables game developers to access Xbox Live. To get access to the Xbox Live service, you can join the Xbox Live Creators Program at https://aka.ms/xblcp, or apply to the ID@Xbox program at http://www.xbox.com/en-us/Developers/id
MIT License
335 stars 106 forks source link

Results from inventory API are always empty #559

Closed podhornyi96 closed 3 years ago

podhornyi96 commented 3 years ago

I'm trying to fetch account games from xbox live using inventory endpoint - https://docs.microsoft.com/en-us/gaming/xbox-live/api-ref/xbox-live-rest/uri/marketplace/uri-inventoryget, but always receive empty results:

image

jasonsandlin commented 3 years ago

Are you an ID@Xbox developer? This API only for games that want to fetch the user's marketplace items for that game (eg how many gold coins the player bought, etc)

podhornyi96 commented 3 years ago

@jasonsandlin I'm not ID@Xbox developer. I've registered new application in Azure AD using account type "Accounts in any organizational directory (Any Azure AD directory - Multitenant) and personal Microsoft accounts (e.g. Skype, Xbox)". If I understood correctly its not possible to retrieve games from account using inventory endpoint?

jasonsandlin commented 3 years ago

That's right. This isn't exposed AFAIK -- at least not through Xbox Live.

podhornyi96 commented 3 years ago

@jasonsandlin Is there any way to retrieve xbox live account games?

jasonsandlin commented 3 years ago

Not as far as I know but the best place for Windows Store SDK related questions is https://social.msdn.microsoft.com/Forums/windowsapps/en-US/home?forum=dcefi

podhornyi96 commented 3 years ago

@jasonsandlin Thank you for your help