You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Asset Size Limit**: The Management API accepts only assets smaller than 100 MB. If your backup file contains assets larger than that (they can be uploaded through the UI), the tool won't be able to import them.
235
235
-**Asset Quality**: Assets fetched by the tool may be compressed and metadata can be missing. You may find more information about asset compression in the [quality parameter](https://kontent.ai/learn/docs/apis/image-transformation-api#a-quality-parameter) documentation.
236
+
-**Asset Elements**: It is not possible to restore assets with elements at the moment. Assets will be imported without their elements. If you need the elements, you can adjust the asset type manually in the UI and import the elements using the Management API after the assets and taxonomies are restored.
`It is not possible to restore assets with elements at the moment. Assets that contain elements are: ${fileAssetsWithElements
39
+
logWarning(
40
+
logOptions,
41
+
"verbose",
42
+
`It is not possible to restore assets with elements at the moment. The following assets will be imported without their elements: ${fileAssetsWithElements
41
43
.map((a)=>a.id)
42
44
.join(", ")}.`,
45
+
"If you want the elements, import them using a management API after the assets are imported.",
0 commit comments