-
Notifications
You must be signed in to change notification settings - Fork 449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to verify downloaded file? #34
Comments
The Dropbox API doesn't currently offer any sort of hash or checksum, but I'll be sure to pass this along as a feature request. If the download is interrupted though, an exception will be thrown. |
👍 thanks @greg-db |
Hi, |
Recently, the API "FileMetadata" objects got a new "content_hash" field.
|
thx @cakoose it's very good. |
Thanks Andrew! I can't make any promises, but we'll keep this open as a request to integrate that directly into the SDK. |
hello again,
here is my code that I use to download a file:
but my question is: how can I check if the downloaded file is correct? is there a checksum or md5 or someother thing?
thanks in advance
The text was updated successfully, but these errors were encountered: