[Home](../README.md) > [HttpStorageService](./HttpStorageService.md) > getFile

## HttpStorageService.getFile() method

**Signature:**

```typescript
getFile(request: IStoragePathRequest): Promise<Result<IStorageFileResponse>>;
```

**Parameters:**

<table><thead><tr><th>Parameter</th><th>Type</th><th>Description</th></tr></thead>
<tbody>
<tr><td>request</td><td>IStoragePathRequest</td><td></td></tr>
</tbody></table>

**Returns:**

Promise&lt;Result&lt;[IStorageFileResponse](../interfaces/IStorageFileResponse.md)&gt;&gt;
