diff --git a/src/sync.d b/src/sync.d index ae50be9d..367997b5 100644 --- a/src/sync.d +++ b/src/sync.d @@ -927,6 +927,9 @@ final class SyncEngine log.vlog("Updating the local database with details for this file: ", path); saveItem(fileDetailsFromOneDrive); } + } else { + // Skip file - too large + log.log("Skipping uploading this new file as it exceeds the maximum allowed OneDrive size: ", path); } }