List all uploaded files related to a KoboToolbox API asset
Source:R/kobo_file.R
kobo_asset_file_list.RdList all uploaded files related to a KoboToolbox API asset
Value
A data.frame containing the list of all your KoboToolbox API files under
the asset:
uidthe asset unique identifierurlurl of the files API endpointasseturl of the files associated asset API endpointuserthe user account of the owner of the assetuser__usernamewhen the asset was createdfile_typefiles type eitherform_mediaormap_layerdescriptionfiles descriptiondate_createddate when the files were createdcontenturl to download the fileshashmd5 hash of the filesfilenamenames of the filesmimetypemime type of the files
Examples
if (FALSE) { # \dontrun{
kobo_setup()
uid <- "a9cwEQcbWqWzA5hzkjRUWi"
kobo_file_list(uid)
} # }