> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# /sessions/{sessionId}/scids/{scid}/data/{pathAndFileName},{type}

> /sessions/{sessionId}/scids/{scid}/data/{pathAndFileName},{type}

# /sessions/{sessionId}/scids/{scid}/data/{pathAndFileName},{type}

Downloads a file.
The domain for these URIs is `titlestorage.xboxlive.com`.

* [URI parameters](#ID4EV)

<a id="ID4EV" />

## URI parameters

| Parameter       | Type   | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| --------------- | ------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| sessionId       | string | the ID of the session to look up.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| scid            | guid   | the ID of the service config to look up.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| pathAndFileName | string | Path and file name for the item to be accessed. Valid characters for the path portion (up to and including the final forward slash) include uppercase letters (A-Z), lowercase letters (a-z), numbers (0-9), underscore (*), and forward slash (/). The path portion may be empty. Valid characters for the file name portion (everything after the final forward slash) include uppercase letters (A-Z), lowercase letters (a-z), numbers (0-9), underscore (*), period (.), and hyphen (-). The file name may not be empty, end in a period or contain two consecutive periods. |
| type            | string | The format of the data. Possible values are binary or json.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |

<a id="ID4EOC" />

## Valid methods

[DELETE (/sessions/{sessionId}/scids/{scid}/data/{pathAndFileName},{type})](/reference/live/rest/uri/storage/uri-sessionssessionidscidssciddatapathandfilenametype-delete)

  Deletes a file.

[GET (/sessions/{sessionId}/scids/{scid}/data/{pathAndFileName},{type})](/reference/live/rest/uri/storage/uri-sessionssessionidscidssciddatapathandfilenametype-get)

  Downloads a file.

[PUT (/sessions/{sessionId}/scids/{scid}/data/{pathAndFileName},{type})](/reference/live/rest/uri/storage/uri-sessionssessionidscidssciddatapathandfilenametype-put)

  Uploads a file. The data can be uploaded in a full upload in which the data and metadata are sent in a single message, or as a multi-block upload in which the data and metadata are sent in a series of smaller blocks. Only files that are smaller than four megabytes can be sent as a single message. Multi-block upload is not supported for data of type json.

<a id="ID4E5C" />

## See also

<a id="ID4EAD" />

##### Parent

[Title Storage URIs](/reference/live/rest/uri/storage/atoc-reference-storagev2)
