Is there any way to associate a file upload through API to the user who uploaded it?
Basically, I want each file uploaded to have a reference key that points to its creator.
You can use file triggers
http://docs.parseplatform.org/cloudcode/guide/#file-triggers
1 Like