From d4a609c6cda709110d32cbff0afc29472d4787a0 Mon Sep 17 00:00:00 2001 From: Alishan Ladhani Date: Sun, 13 Nov 2016 23:23:26 -0500 Subject: [PATCH] Update Onedrive doc to reflect file size limit --- docs/content/onedrive.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/onedrive.md b/docs/content/onedrive.md index 55f6ccb5e..844aa31f7 100644 --- a/docs/content/onedrive.md +++ b/docs/content/onedrive.md @@ -147,3 +147,5 @@ names. These can't occur on Windows platforms, but on non-Windows platforms they are common. Rclone will map these names to and from an identical looking unicode equivalent. For example if a file has a `?` in it will be mapped to `?` instead. + +The largest allowed file size is 10GiB (10,737,418,240 bytes).