I have an app that allows users to upload pictures to the Kinvey Files. These files are uploaded and show up in the Kinvey files list.
The only examples I have seen of downloading the files is once you upload it returns a reference to the file. That is great if you know the file id or name but I want to get a list of files to download that someone else may have uploaded
The Kinvey API console has a GET /blob/kid_rXXXXXX which works but I am unable to convert that to a component as it returns an empty array.
Basically I need to know how to get the list of all files on the Kinvey Files data store