Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
sukantasaha24
6 years agoExplorer | Level 3
How can I get the Owner name of a file that is shared with me using file id or preview url
How can I get the Owner name or email of a file that is shared with me using file id or file preview url.
I am using .Net SDK.
Thanks
swively
4 years agoExplorer | Level 3
@Gred-DB
Is there any way to determine who owns/uploaded a file via the api? The best I can find is the owner of the shared folder, but I'm wondering if there is a way to see who uploaded a specific file.
Greg-DB
Dropbox Community Moderator
4 years agoswively Shared folders themselves have owners (see earlier in the thread), but individual files inside shared folders do not. You can see you last uploaded a file (i.e., the latest version of a file) via FileMetadata.sharing_info.modified_by though, e.g., as returned by /2/files/list_folder[/continue] or /2/files/get_metadata (or corresponding native methods in an SDK). You can also check the revision history for a particular file via /2/files/list_revisions.
About Discuss Dropbox Developer and API
Explore Dropbox Developer & API discussions with developers like you.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
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, Facebook or Instagram.
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!