I am trying to create member specific(private) page in members area where files from cloud drive can be displayed. Each member after logging in to site should be able to see all his/her private data that nobody else can see. I checked role option but that didnt work . Please advise .
With Velo, you may be able to accomplish this.
https://support.wix.com/en/article/velo-tutorial-building-your-own-members-area
If you require assistance or have further questions, we have different Velo experienced Partners here in the forum you can reach out to.
Thanks Steven. I need some help with this. Anyone with velo experience please advise.
Create a page for user to upload things (use upload button and dataset)
so you need a database to store things
then, create a page can drag a repeater with download button.
Connect the dataset (view only), with filtering the owner = logged in user.
For security issue, yes, you have to rebuild the scenario above BUT move all the save + read step to backend.