XboxLiveTools.zip; see
Development tools for XBOX services. It’s also available in the GDK starting with
version 2104.
XblConnectedStorage.exe is used to download the connected storage data for a user. The
XBOX services Developer Account tool (XblDevAccount.exe) is required
to sign in using a developer account prior to using the XBOX Connected Storage tool.
Usage
The Connected storage tool can be used to fetch an XML file representing the game save in the import and export file format (NDA topic). The XML file is meant for use with the xbstorage.exe tool). which can be used to import data from the XML file into a connected storage space for use with XBOX Development Kit. The tool will handle decompression of gzipped saves automatically. There are three requirements to fetch the XML file for a game save:- A developer account with read permissions for the Tools Access permission. To learn more, read about the [permissions needed to use the Connected Storage tool][#permissions-needed-to-use-the-tool]].
- The Service Configuration ID (SCID) for the title. This can be found in Partner Center.
- The classic Gamertag for the user whose save is to be pulled.
Example command line usage.
Command line options
Use the--help option to see the full list of available command line options supported by the tool.
As of version 2020.6.0.0, the output is as follows:
Permissions needed to use the tool
Protecting the privacy of users and game save data is important. A developer account requires certain permissions to access the game save data using the XBOX Connected Storage tool. To view or modify those permissions for a developer account, follow these steps:- Open the User management page in Microsoft Partner Center
- Select the user or group whose permissions you want view or modify
- Click the “Customize Permissions” link
- Select the product whose permissions you want to view or modify
- Select “XBOX Live”
- Select “Tools Access”
