dropbox-api-content-hasher icon indicating copy to clipboard operation
dropbox-api-content-hasher copied to clipboard

Code to compute the Dropbox API's "content_hash"

Results 11 dropbox-api-content-hasher issues
Sort by recently updated
recently updated
newest added

I was recently working on an app to check my local photos against the content hashes of those in Dropbox and had to implement this in Swift. Thought I might...

Hi! I ported this to use more recent crates and features in rust. I had a quick look at the existing test suite, but they look pretty coupled to some...

Same goal as the other PHP pull request, but this one sticks to the existing style of the other language implementations (update()-style interface, CLI tool, tests).

We were checking for the presence of "out/stamp", which is created before "javac". So if "javac" failed, we'd still think the build was up to date. So dumb.

This also required upgrading the dependency "generic-array".

Implementation in Powershell. Reads a file to a stream for 4MB chunks. Calculates the content_hash and returns it in Hex-format.

First contribution. Be kind.

Just wanted to let you know the content hasher works nicely in the browser with a small change to the packages being used: ```diff - const crypto = require('crypto') +...

https://github.com/ncw/rclone/blob/master/backend/dropbox/dbhash/dbhash.go it implements the go hash interface! MIT license but still go to check with the creator