Hi Team,
I have been trying to display the thumbnail for the portail Item.
Portal Item has a thumbnail field, it says Loadable Image but when i try to load() its, its says failure and also its has image parameter which is bitmap is null
They do have an URI path, but its not constructed in a way we can use it. refer the below url.
https://bhp.maps.arcgis.com/home/group.html?id=ac8ee9b9c61d49e895a7413774488c34&view=list#content/sharing/rest/content/items/9f138b1072db4dc793bef409d843567c/info/thumbnail/thumbnail.png
I heard from one of the stories about constructing the url. I tried that too..
Url constructed: https://bhp.maps.arcgis.com/sharing/rest/content/items/7210eda2e3fb46dbb38351821b0b84b5/info/thumbnail/thumbnail.png
You do not have permissions to access this resource or perform this operation. Error code 403
I tried appending the token too, it didnt work either.
https://bhp.maps.arcgis.com/sharing/rest/content/items/7210eda2e3fb46dbb38351821b0b84b5/info/thumbnail/thumbnail.png?token=<Auth-token>
Its says invalid token.
So unable to get the thumbnail. Is there something i am missing.
Need your help in this regard.