We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
agarrkoch
2 months agoExplorer | Level 4
API upload corrupted
Hi, I'm a novice coder. Can someone take a look at the following method and tell me if I'm doing something wrong? Sometimes the files I upload to dropbox are corrupts. I'm working with large audi...
DB-Des
2 months agoDropbox Engineer
Hi agarrkoch,
Since the file corruption you are reporting is happening intermittently, we would recommend adding a validation step in your app to confirm that the local copy of a file has the same contents as the copy of the file on Dropbox. This can be achieved by using the "content hash".
You can retrieve the content hash for any file(s) via a number of different endpoints on the Dropbox API, such as /2/files/get_metadata or /2/files/list_folder[/continue].
Feel free to reference the following guide for more details on how to calculate the content hash: https://www.dropbox.com/developers/reference/content-hash
I hope you find this information helpful!
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!