List all uploaded files related to a KoboToolbox API asset
kobo_asset_file_list(x)
x
: the asset uid or the kobo_asset
object.A data.frame
containing the list of all your KoboToolbox API files under the asset:
uid
the asset unique identifierurl
url of the files API endpointasset
url of the files associated asset API endpointuser
the user account of the owner of the assetuser__username
when the asset was createdfile_type
files type either form_media
or map_layer
description
files descriptiondate_created
date when the files were createdcontent
url to download the fileshash
md5 hash of the filesfilename
names of the filesmimetype
mime type of the files## Not run: kobo_setup() uid <- "a9cwEQcbWqWzA5hzkjRUWi" kobo_file_list(uid) ## End(Not run)
Useful links