We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.

Forum Discussion

deepsavani's avatar
deepsavani
New member | Level 2
16 days ago

Know uploaded by user of a file and folder

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?
 
    • deepsavani's avatar
      deepsavani
      New member | Level 2

      Thanks for replying. 

      We definitely explored sharing_info.modified_by field but it points to the user who last modified the file/folder. But we are looking for the user who first created/uploaded the file. For the files where collaboration is happening, sharing_info.modified_by and the user who created/uploaded the file can easily differ. 

      Is there any public API which provides us information to know which user has first created/uploaded the file/folder?

      • Greg-DB's avatar
        Greg-DB
        Icon for Dropbox Staff rankDropbox Staff

        The public Dropbox API doesn't return information about which user originally created a particular file, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though. 

    • deepsavani's avatar
      deepsavani
      New member | Level 2

      Thanks for replying. 

      We definitely explored sharing_info.modified_by field but it points to the user who last modified the file/folder. But we are looking for the user who first created/uploaded the file. For the files where collaboration is happening, sharing_info.modified_by and the user who created/uploaded the file can easily differ. 

      Is there any public API which provides us information to know which user has first created/uploaded the file/folder?