I watched yotuber Darren Alderman’s video on using the Youtube API in thunkable: https://youtu.be/M9o6XuqjVCU?si=1OHv_ZVK4uX13nKc
And it was very helpful in understanding the basics of the Youtube API.
I was able to create this so far using the help of the video:
- make a “search engine” for youtube videos in my app.
- The “search results” get imported into a local database
- The data is then displayed in a data viewer grid
- The user can click on a data viewer item and be redirected to the selected youtube video.
However I am running into a problem: I am not able to get the thumbnails to be displayed in the data viewer grid.
Here is the code so far:
I know asking for help with this question is a big ask, but if you had any ideas as to why this isn’t working I would appreciate it.
Thank You.


