You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
Andrey_Golub1
6 years agoExplorer | Level 3
Dropbox API
Is there any way to find out who modified or created the file using Dropbox API?
- ЗдравкоLegendary | Level 20
Hi Andrey_Golub1,
Doesn't get_metadata work for you? Take a look on sharing_info.modified_by when result is FileMetadata type (i.e. ".tag": "file").
Hope this helps.
- Greg-DBDropbox Staff
Andrey_Golub1 As Здравко mentioned, you can get the information about who last modified a file from the FileMetadata.sharing_info.modified_by information returned by /2/files/get_metadata (or elsewhere, such as /2/files/list_folder[/continue]).
The 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.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,917 PostsLatest Activity: 8 minutes ago
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!