We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
dtheodor
8 years agoExplorer | Level 3
Checksum, creation date, modification date
I have a couple of use cases when building 3rd party apps, for both personal and business, which as far as I can tell are not possible with the current API capabilities: 1. Checksum - File int...
- 8 years ago
1. That's correct, the API doesn't currently expose any sort of file hash, but I'll be sure to pass this along as a feature request.
2. Likewise, the API doesn't offer creation timestamps. I'll send this as a request as well.
3. You can set the client_modified time when uploading a file (e.g., using the client_modified parameter on /upload). The API doesn't offer the ability to override modified_by though. We'll consider that a feature request.
Greg-DB
Dropbox Staff
1. That's correct, the API doesn't currently expose any sort of file hash, but I'll be sure to pass this along as a feature request.
2. Likewise, the API doesn't offer creation timestamps. I'll send this as a request as well.
3. You can set the client_modified time when uploading a file (e.g., using the client_modified parameter on /upload). The API doesn't offer the ability to override modified_by though. We'll consider that a feature request.
DreamPro
8 years agoHelpful | Level 5
Greg,
Can you confirm, is point 1 actually a possiblility for the future and are you planning on rolling this out? If so can you please provide an ETA.
It really is a fundamental need of any file service API to know if your file was uploaded successfully, and if its intact as per the source.
I'm currently looking at all options and would love to use dropbox for my solution, but if i cannot check file integrity after upload, im afraid im going to have to look else where e.g. Amazon S3 etc.
Thanks.
- Greg-DB8 years agoDropbox StaffI can't make any promises or offer a timeline unfortunately, but this is something we are aiming to add. I'll add your vote to the request for it.
- 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
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 12 months agoIf 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!