Search code examples
javascriptnode.jsreactjsreact-reduxparse-server

Get an image file stored on a parse server


I have a web app using react-redux for the front end and parse server for the backend.

I wanted to know how could i get an image file stored in a column of a class on parse server?

I've checked something about Parse.File but i've found nothing.


Solution

  • Have you checked the documentation here:

    https://docs.parseplatform.org/js/guide/#files and particularly https://docs.parseplatform.org/js/guide/#retrieving-file-contents