diff --git a/src/onedrive.d b/src/onedrive.d index 25be0b97..57106124 100644 --- a/src/onedrive.d +++ b/src/onedrive.d @@ -99,7 +99,7 @@ final class OneDriveApi import std.file; if (exists(saveToPath)) remove(saveToPath); } - const(char)[] url = itemByIdUrl ~ id ~ "/content"; + const(char)[] url = itemByIdUrl ~ id ~ "/content?AVOverride=1"; download(url, saveToPath); }