Hi,
I am developing an application where I need to know the user who uploaded particular file. I checked that dropbox UI has that information available and it fetches it from
https://www.dropbox.com/2/files/get_upload_info endpoint. This endpoint is not listed in dropbox API documentation. Also, response returned by it only contains displayName and uploadTime of the file which is not sufficient to uniquely identify the user. Is there any better API available to know uploaded by user of a file and folder?