Uploads the contents of the specified folder to the Title Scratch Drive (or to a subfolder within that folder).
| Parameter | Description | |
|---|---|---|
| destinationFolder | base64-encoded string | Name of the folder to create on the Title Scratch drive. This folder name should be base64-encoded as it may contain path separators if the folder is a subfolder under Title Scratch. |
None.
The request must contain the multi-part conforming HTTP body of the directory contents.
The service returns one of the status codes in this section in response to a request made with this method on this resource.
| Code | Description |
|---|---|
| 200 | The upload was successful. |
| 4XX | Error codes. |
| 5XX | Error codes. |
The recommended way to copy a folder to the Title Scratch drive is to use the SMB share via \IP_Address\TitleScratch, or to use the XDK. This RESTful API is intended for use from a browser or when File Explorer is not available.