Learn how to make the most out of the Dropbox Community here 💙!
Forum Discussion
NemiroViktor
6 years agoExplorer | Level 3
Downloading, Getting metadata and Revisions of shared to me file
Hello. How I can get a list of revisions (and other data) of the shared to me file (Only a file is shared, not folder). I uses the method client.Sharing.ListReceivedFilesAsync() for getting the ...
- 6 years ago
You can use /2/sharing/get_shared_link_metadata and /2/sharing/get_shared_link_file to get the metadata and file content for a shared file, respectively, by passing "preview_url" as the "url" parameter.
The Dropbox API doesn't offer a way to list the revisions for a shared file like that, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.
Greg-DB
Dropbox Staff
6 years agoYou can use /2/sharing/get_shared_link_metadata and /2/sharing/get_shared_link_file to get the metadata and file content for a shared file, respectively, by passing "preview_url" as the "url" parameter.
The Dropbox API doesn't offer a way to list the revisions for a shared file like that, 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,973 PostsLatest Activity: 6 hours 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!