Start a new topic

No way to download a file with android api

I have been trying to download some image file stored in the File collection. But I can't get and file downloaded. I tried every method that provided by Kinvey. Like KinveyClinet.file().download. I try using query, filematadata, even fileId. Nothing works. I also want to use AsynceAppData to query the File Collection. But I can not query anything. What is the collectionName of the File Collection? Please help me. Thank you.
1 Comment

Hi, I have been successful to download a file using download FileMatadata using the file id. then use the fileMatadata to download the file. however, i think this is not quite right to do so. what if I want to download all the image files in the Files Collection? and I somehow query all the FileMatadata by their mimeType? thx


Login or Signup to post a comment