You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
The DownloadTask will download and append to a file that already exists
and passes MD5.
In order to fix this:
- Check if the file exists
- If there is no validation hash delete the file
- If there is a validation hash, check if it matches, if so bypass the
downloading an additional check
0 commit comments