Parse Server - Uploaded files (Class file column)) location

Hi there,

I have an express Parse Server on Heroku that has some image columns on Classes.
I used Parse Dashboard to upload a lot of images to theses image columns, using the class browser upload.
Parse server was installed using the express example app, and connects to an Atlas Mongo DB.

My question is:

  • Where can I find the files in order migrate them to another parse service.

The only way I can see a file (image) is using Dashboard. Here’s an example of the address of one image:

Appreciate your help.
Thanks
Humberto

Hi,

You’d need to check your Parse server config, but given that you’re on Heroku, my guess is that your files are being stored in Mongodb:

You should be able to validate that quite easily if you login to Atlas.