copyContent

suspend fun copyContent(contentId: String, folderIdDest: String, token: String): Result<Unit>

Copy one or multiple contents to another folder. Only available to premium users.

https://api.gofile.io/copyContent

Parameters

contentId

ContentId to copy (files or folders).

folderIdDest

Destination folder ID.

token

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


suspend fun copyContent(contentsId: List<String>, folderIdDest: String, token: String): Result<Unit>

Copy one or multiple contents to another folder. Only available to premium users.

https://api.gofile.io/copyContent

Parameters

contentsId

ContentId to copy (files or folders).

folderIdDest

Destination folder ID.

token

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