GofileUploadFileResponse

data class GofileUploadFileResponse(val downloadPage: String, val code: String, val parentFolder: String, val fileId: String, val fileName: String, val md5: String, val guestToken: String? = null)

See also

Constructors

Link copied to clipboard
fun GofileUploadFileResponse(downloadPage: String, code: String, parentFolder: String, fileId: String, fileName: String, md5: String, guestToken: String? = null)

Properties

Link copied to clipboard

A code to download the uploaded file.

Link copied to clipboard

A url to download the uploaded file.

Link copied to clipboard

A id of the uploaded file.

Link copied to clipboard

A name of the upload file.

Link copied to clipboard
val guestToken: String? = null

If you don't specify a token in the request, Gofile.io will create a guest token.

Link copied to clipboard
val md5: String

A checksum of the uploaded file.

Link copied to clipboard

The parent folder id of the uploaded file.