Uploading assets
There are several ways you can upload assets to Sitecore Content Hub. To help you choose the best upload method, the following table provides an overview of them along with an explanation of the recommended use for each.
|
Type |
Description |
Use cases |
|---|---|---|
|
From the Create page, you can manually upload one or more files from your device using a file browser or the drag-and-drop interface. This interface is based on a Creation component. |
Uploads smaller than 50 GB per file. | |
|
Using the Upload API, you can allow third-party applications to upload assets to Content Hub. |
Connectors such as CI HUB for Adobe, Microsoft, and other applications. | |
|
Using the REST API, you can create a fetch job to upload assets from an outside source, such as a URL. Because these jobs are executed through backend services, they do not affect performance. |
Files larger than 50 GB, or integrations that require automation - such as mass uploads. | |
|
From the Create page, you can import one or more files from a remote location by providing their URLs. Doing this will create a fetch job. Like the file upload method, this involves a Creation component. |
If the assets you want to create are already available at a public URL, this method avoids having to download and then reupload them to Content Hub. | |
|
You can create an Excel spreadsheet containing data about multiple files you want to import, and use it to initiate a fetch job that includes all of those files. Like the file upload method, this involves a Creation component. |
This is a similar method to importing from links, but it allows you to quickly request a mass upload using a preconfigured list of files, rather than manually entering the URL of each file you want to upload when you make the request. The upload template lets you apply additional properties to the new assets, including relations. You can also reuse the Excel file to add the assets to more than one environment, if needed. |
The API Upload V1 has been deprecated and is now only used by the Sitecore Connect for Creative Cloud connector.