getContent

suspend fun getContent(contentId: String, token: String): Result<GofileContent>

Get a specific content details. Only available to premium users.

https://api.gofile.io/getContent

Parameters

contentId

The content ID.

token

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