How to view videos and photos stored in the files database
We need to know how to run that service to view videos.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
We need to know how to run that service to view videos.
i still dont know what to put there...
tell me what you need.
i use the list service if that help
Hi - could you please list out the steps how we can reach the page in your app where you invoking service which populates videos list.
use username: b1
password: aaa
then click on to viderGrid
You don't run any service on the page show event, but I see the only one service on that page "UserInfo_db_Posts_listVideo".
2.If I tun it returns me a list of images instead of videos.
Please fix these issues and let us know if they are done. We will check the app again.
is it secure to put public app link here? do i have to delete it after?
You use the request parameter where={bigImgId: {"$regex": "image"}}
Please change it to video to read videos
like this?
where={bigImgId: {"$regex": "video"}}
this will read any video?