Is it possible to create your own dataset that includes links to images?
The Random Forecaster App in Unit 05, Lesson 12 uses icons that are provided by links. I have tried to create a dataset that also includes icons and I placed them in a shared good drive. While the icon link is present I get an error.
Error: Line: 9 "There is no property named "https://drive.google.com . . . "
So while the code sees the link, it does not seem to want to be displayed.
Using console log shows that the link is present in the list.
I see a couple of possible problems:
- My code is wrong
- I have linked the images incorrectly
- Perhaps only certain image formats are accepted
- Maybe a user created dataset cannot include images
- Perhaps I need to use something other than a shared google drive.
Any help from others who have created datasets with a column including image links would be helpful