All Collections
Portal-X Pages
User | Data | User Files
User | Data | User Files

monitor the user files owned by a selected user

Jason Liang avatar
Written by Jason Liang
Updated over a week ago

This page presents a comprehensive list of all user files associated with a selected user in your current application. Through this page, you can

  • View all the user-owned user files of the currently selected user by sorting the list by various fields

  • View/download the details of each user file

  • Delete a single file

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 simply click the refresh icon 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
}
Did this answer your question?