Hi,
I am trying to use the .update(thumbnail) as described in the ArcGIS API for Python
# updating thumbnail
volcanoes_item.update(thumbnail=r'pathway\to\your\directory\IMAGE_NAME.jpg')
however I am getting a File not found error. my statement and a copy of the error are below. Any advise will be greatly appreciated!
