[SOLVED] App inventor App get data from ubidots

hi,
i would like to get data from my variable in ubidots and retrieve in my android app. i used app inventor to connect to ubidots and get data but it’s not work with me.
scf.zip (58.9 KB)

can you please help me.

Greetings,

Please take a look to this PPT and the attached APP inventor project , then adapt it to your project.

Regards.

project.zip (429.5 KB)

thank you ,
my problem is in the connexion with ubidots. i respect the structure of the url request but i get this message

In the project attached, take a look to the ‘web sensor’ in order to know how to construct properly the url, according to the API it should be this way:

http://things.ubidots.com/api/v1.6/devices/{DATA_SOURCE_LABEL}/{VARIABLE_LABEL}/values

A GET to the last endpoint should return you the variable’s value.

Regards