parse-platformpfobjectpffile

PFFile without PFObject - Parse


What happens to my PFFile if I save it and don't associate it with a PFObject?

Does it get lost in the limbo?

Do I have access to it somehow through the Parse dashboard?

Does it count towards my storage limit?

Will it get cleaned up by itself eventually?


Solution

  • You won't be able to retrieve it, but it stays within the database. It does count towards your storage limit. It won't clean itself eventually, but you can clean it in your app settings.

    PFFile cleanup