2024-06-05 10:19:46 +00:00
|
|
|
---
|
|
|
|
sidebar_position: 6
|
|
|
|
---
|
|
|
|
|
|
|
|
# Make file private
|
|
|
|
Removes the public URL from the file. Requires user token
|
|
|
|
|
|
|
|
|
|
|
|
*Function MakeFilePrivate(Val Token, Val FileID) Export*
|
|
|
|
|
|
|
|
| Parameter | CLI option | Type | Destination |
|
|
|
|
|-|-|-|-|
|
|
|
|
| Token | --token | String | User token |
|
|
|
|
| FileID | --fileid | String | File identifier |
|
|
|
|
|
|
|
|
|
2024-06-06 15:33:52 +03:00
|
|
|
Returns: Map Of KeyAndValue - Serialized JSON response from Slack
|
2024-06-05 10:19:46 +00:00
|
|
|
|
|
|
|
```bsl title="Code example"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
```sh title="CLI command example"
|
|
|
|
|
|
|
|
oint slack MakeFilePrivate --token %token% --fileid %fileid%
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
```json title="Result"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
```
|