Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
Is there a way to see, via the API, who edited the file? I'm trying to disrupt Google Docs, and that's a core feature of their revision history.
The sharing_info.modified_by property of FileMetadata, e.g., as returned by /2/files/get_metadata or /2/files/list_folder[/continue] has the ID of the user that last modified a file if the file is in a shared folder.
This is also available on each object returned by /2/files/list_revisions.
Does that satisfy your use case?
The sharing_info.modified_by property of FileMetadata, e.g., as returned by /2/files/get_metadata or /2/files/list_folder[/continue] has the ID of the user that last modified a file if the file is in a shared folder.
This is also available on each object returned by /2/files/list_revisions.
Does that satisfy your use case?
Excellent, thanks Greg! Missed that while skimming the calls.
Hi there!
If you need more help you can view your support options (expected response time for a 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!