I store images on Parse's managed database as a field called imageFile
. When I ran through the migration guide to move data out to MongoLab, I noticed that the imageFile
field doesn't contain any binary data. Instead, it contains a file name only, like
"imageFile": "tfss-2f493d64-2801-42ac-9861-13398549f86a-file
How can I get all the files stored on Parse out and transferred to another location?