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
Joel T.9
9 years agoNew member | Level 2
FileMetadata checksum
Is there something better than file size to use as a checksum? Maybe Sha1 or MD5? I didn't see one on the FileMetadata class. It appears "Rev" changes even when the contents haven't changed (ie. o...
Matt A.6
9 years agoNew member | Level 1
I agree, having the ability within the web UI interface to see the file checksums (MD5 and SHA1, at least), would be greatly beneficial in order to help in determining whether files that have been uploaded/downloaded are complete and accurate. An additional tie in to this would be ability to add alerts if a checksum changed - maybe file version history would offer this?
- Greg-DB8 years agoDropbox StaffThe Dropbox API now offers a hash of file data that you can use to verify a file's contents. You can find it in FileMetadata.content_hash. It isn't a single MD5 or SHA1, but rather a combination of SHA256 hashes of the pieces of the file. You can find more information here:
https://www.dropbox.com/developers/reference/content-hash- Team F.18 years agoExplorer | Level 4
That is good news, is the content_hash available on the Java API?
- Greg-DB8 years agoDropbox Staff
Yes, in the official Dropbox API v2 Java SDK it's available as FileMetadata.contentHash.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,918 PostsLatest Activity: 2 days 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!