This method is deprecated and was replaced with BulkImportFile.
Imports a bulk of files to the Media Manager using external urls.
Deprecation Notice:
This endpoint has been replaced with Bulk Import File and will be removed on March 31, 2024.
Returns information about the imported files.
Use the parentFolderId and filePath parameters to specify the folder you want each file to be imported to.
If no folder is specified, the file is imported to the media-root folder.
Notes:
To import files, you need to do one of the following for each file:
mimeType field of the request. For example, mimeType: 'image/jpeg'.displayName or url field of the request. For example, displayName: 'Example Image.jpeg or url: https://www.example.com/image.jpeg.Note: If you want to validate the media type, specify the file's expected media type in the optional mediaType field of the request. For example, mediaType: 'IMAGE'.
This function requires elevated permissions and runs only on the backend and on dashboard pages.
Information about the files to import.
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.