mirror of
https://github.com/abraunegg/onedrive
synced 2026-03-14 14:35:46 +01:00
Merge pull request #44 from JonathonMA/fix/avoverride
Ignore antivirus errors when downloading files
This commit is contained in:
commit
9ac799516a
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ final class OneDriveApi
|
|||
import std.file;
|
||||
if (exists(saveToPath)) remove(saveToPath);
|
||||
}
|
||||
char[] url = itemByIdUrl ~ id ~ "/content";
|
||||
char[] url = itemByIdUrl ~ id ~ "/content?AVOverride=1";
|
||||
download(url, saveToPath);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue