setFolderOption

suspend fun setFolderOption(folderId: String, option: GofileFolderOption, token: String): Result<Unit>

Set an option on a folder.

https://api.gofile.io/setFolderOption

Parameters

folderId

The folder ID.

option

The option.

token

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