Start a new topic

Link users to file uploads

In my app I'm allowing users to upload photos, does kinvey automatically link uploads with the user accounts? If no, how do I achieve this?

Yes, it is automatic. Check out: http://devcenter.kinvey.com/guides/files#Uploading



There are default ACL assigned to the upload, which makes the uploading user an owner.



As a note, this is valid for all platforms, and you can upload multiple files with multiple API calls. You don't need to wait for one file to complete before starting to upload another.
Perfect! One more question, can I upload multiple files at once?
With a single API call, no, but you can do so with multiple API calls. You don't need to wait for one file to complete before starting to upload another.
Login or Signup to post a comment