Can I back up photos stored on parse.com?

We can export parse.com database data as JSON, but how can you export images stored there along with text data? I looked at the settings and could not find anything that would help with this.

+4
source share
1 answer

There is no way to do this automatically using the export button, however it is quite easy to do it manually.

You want to iterate through the table and display each element separately through the ParseFile interface.

Depending on the platform you are using, you can use the OSX or C # API. Or just use Python.

+2
source

All Articles