From ef96098ca2d1d9a27b8575e41a4f2d8a394d9180 Mon Sep 17 00:00:00 2001 From: Jiri Lojda Date: Thu, 1 Feb 2024 10:29:19 +0100 Subject: [PATCH] Mention asset size limitation in the readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f35f63fc..9ae9a3fc 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,10 @@ As the current API format doesn't support inclusion of the publishing time for v ### Web Spotlight [Web Spotlight](https://kontent.ai/learn/develop/hello-web-spotlight) currently can't be enabled through the tool. As a result, it is not possible to set root item for spaces as this can only be done on environments with Web Spotlight enabled. +### Asset Size +The management API accepts only assets smaller than 100MB. +If your export file contains assets bigger than that (they can be uploaded through the UI), the tool won't be able to import them. + ### Performance The tool leverages the Management API to work with the project data and thus is bound by the API rate limitations.