setOption

suspend fun setOption(contentId: String, option: GofileOption, token: String): Result<Unit>

Set an option on a folder or file.

https://api.gofile.io/setOption

Parameters

contentId

The contet ID.

option

The option.

token

The access token of an account. Can be retrieved from the profile page.