//library/com.uploadcare.android.library.upload/FileUploader/signedUpload

signedUpload

[androidJvm]
Content
fun signedUpload(signature: String, expire: String): FileUploader
More info

Signed Upload - let you control who and when can upload files to a specified Uploadcare project.

Parameters

androidJvm

Name Summary
expire

sets the time until your signature is valid. It is a Unix time.(ex 1454902434)

signature

is a string sent along with your upload request. It requires your Uploadcare project secret key and hence should be crafted on your back end.