From the User Monitoring - User Files page, you can achieve the functionalities as follows:
View all the user-owned user files of the currently selected user with sorted the list by various fields
View/download the details of each user file
Delete a single user file
As for the details of how to create and to manage user files, refer to the user files APIs docs here.
The following screen will be seen when browsing to the Monitoring | User Monitoring | User Files page, which will list all the user-owned user files of the currently selected user.
Clicking the trash icon of each entry will delete the file you selected.
Clicking the download icon of each entry will open a new window tab, which you can view and down the file you selected.
To refresh the user files list when the user's files are changed, you can just click the [Refresh File List] button at the upper-right corner of the list. It will refresh and update the list files of the currently selected user.
You can always organize the user downloaded files by setting hierarchical folders, which can be defined as the cloudPath
parameter when uploading the files.
{
"data": {
"fileList": [
{
"gameId": "13229",
"shareable": true,
"createdAt": 1608065513867,
"fileSize": 145264,
"profileId": "aecc8cd4-81c9-4672-beed-b9d7504f2322",
"cloudLocation": "bc/g/13229/u/aecc8cd4-81c9-4672-beed-b9d7504f2322/f/newPNG/feature1.png",
"downloadUrl": "https://sharedprod.braincloudservers.com/downloader/bc/g/13229/u/aecc8cd4-81c9-4672-beed-b9d7504f2322/f/newPNG/feature1.png",
"uploadedAt": null,
"cloudPath": "newPNG",
"cloudFilename": "feature1.png",
"updatedAt": 1608065513867
},
{
"gameId": "13229",
"shareable": true,
"createdAt": 1608065829299,
"fileSize": 10161,
"profileId": "aecc8cd4-81c9-4672-beed-b9d7504f2322",
"cloudLocation": "bc/g/13229/u/aecc8cd4-81c9-4672-beed-b9d7504f2322/f/newPNG/new/feature2.png",
"downloadUrl": "https://sharedprod.braincloudservers.com/downloader/bc/g/13229/u/aecc8cd4-81c9-4672-beed-b9d7504f2322/f/newPNG/new/feature2.png",
"uploadedAt": null,
"cloudPath": "newPNG/new",
"cloudFilename": "feature2.png",
"updatedAt": 1608065829299
},
{
"gameId": "13229",
"shareable": true,
"createdAt": 1608065917169,
"fileSize": 31170,
"profileId": "aecc8cd4-81c9-4672-beed-b9d7504f2322",
"cloudLocation": "bc/g/13229/u/aecc8cd4-81c9-4672-beed-b9d7504f2322/f/newPNG/new/feature3.png",
"downloadUrl": "https://sharedprod.braincloudservers.com/downloader/bc/g/13229/u/aecc8cd4-81c9-4672-beed-b9d7504f2322/f/newPNG/new/feature3.png",
"uploadedAt": null,
"cloudPath": "newPNG/new",
"cloudFilename": "feature3.png",
"updatedAt": 1608065917169
}
]
},
"status": 200
}