None
NO
Hidden Xbox APIs: Backing Up Media Captures
['Den Delimarsky']
Hi, I'm Den 👋 on Den Delimarsky
def DownloadData ( endpoint , xuid , download_location , token , continuation_token = None ): print ( f 'Downloading from the { endpoint } endpoint...' ) content_entities = GetContentEntities ( xuid , endpoint , token , continuation_token ) # We just want the local IDs for now to make sure that we know what needs to be # downloaded. Those are endpoint (determining whether we need to get screenshots or video clips), xuid (the unique Xbox Live user identifier - this is not the gamer tag), download_location (path on the local machine where the content needs to be exported), token (the XBL 3.0 token captured earlier), and continuation_token (used for pagination to go through the list of results).