Questions tagged [kobo]

7 questions
2
votes
1 answer

How to post data to kobotoolbox form using the Kobo API?

I'm working with the kobo REST API and I can get the structure's information from the form and the submitted data through the API, but when I try to send data to the form through a POST service, kobo returns the following message: "Your data for…
1
vote
0 answers

How to post data including images to kobotoolbox form using the Kobo API?

so this is similar question to : How to post data to kobotoolbox form using the Kobo API? but in my case, I want to post a form that includes one or multiple image files. I'm trying to submit the requests through POSTMAN since I have multiple…
ralph346526
  • 338
  • 3
  • 12
1
vote
2 answers

SetInterval is not working in Kindle and Kobo Browsers

I want do stream images to my e-ink reader's browser. I have a Kobo Aura H2O and a Kindle Paperwhite. I have tried multiple mechanics but nothing seems to work, because the browser ignores half of the javascript. Websockets do not work, setInterval…
jeff
  • 1,169
  • 1
  • 19
  • 44
0
votes
1 answer

Kobo App: Metadata_username value to send to MainMenuActivity.xml

I just want to ask a question because I am customizing the Kobo app on my android device. I just want to ask how I can get the metada_username value to be displayed in my MainMenuActivity.xml after I scan the QR code. PS: the QR code is already…
X.Jop
  • 13
  • 1
0
votes
1 answer

Where is install location for the Kobo app executable so I can load a custom epub file?

For work, I'm trying to read an epub file I generated from RoboHelp 2017. I installed the kobo reader from the Windows app store to test it. I need to know where the Kobo eBooks desktop app is installed so that I can associate the app with the epub…
Jared
  • 179
  • 1
  • 10
0
votes
0 answers

httr package in R - Not Getting all the observations from KOBO Data

I am using following code to GET data using API from the KOBO server, it downloads only 30000 observations instead of all 85,000 observations. rawdata<-GET(url,authenticate(u,pw, type = "basic"),progress()) observer <-…
0
votes
1 answer

Move "create and account" link in KoboToolbox Login form to Admin Panel

I have been trying to locate that is there a way we can remove "Create an Account" link from home page/login panel and somehow create that link inside admin panel? In my case, I don't want everyone to get registered with my KoboToolbox but I want to…