File service

I need to display server files in my android app.
Currently I am able to display images by extracting the input stream with file URL but how can I display folders and other files like ppt and PDFs in android.
I get the file URL but not able to extract the contents and display the PDF or doc files thank u.

Hi Christye v thomas,

Please, pay attention to our Files Service documentation.
If you would like to retrieves a listing of a directory you can find the example of this here.
If you would like to get the content of some file you should make GET request to the server as it’s described here.
I hope it will help you.
Regards, Ilya