Skip to content

Error when using kobo_asset_list

Hello, I have been using your library for 2 months already and have been using the same code I made last month and was working fine. But when I tried to run the code this morning this error appears:

asset_list <- kobo_asset_list(limit = 1000) Error in transmute(): In argument: .data$uid. Caused by error in .data$uid: ! Column uid not found in .data.

this is a snippet of the code I run, omitting the token.

token <- "account token"

kobo_setup(url = "kf.kobotoolbox.org", token = token)

kobo_settings()

asset_list <- kobo_asset_list(limit = 1000)

Edited by Chico Arzadon