How to download image from url and load in button icon for android game

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Shailesh dhaduk

Hello,
How to download image from url and load in button icon,

Used
https://forum.godotengine.org/40649/download-load-file-texture-into-sprite-node-using-httprequest
https://forum.godotengine.org/40181/unpackaged-images-question?show=40229#a40229

it’s working fine in IOS but android device black color image show.
login with facebook get profile image always black image loaded in android device.

example image:
$HTTPRequest.request(“https://vsccd8ns6b.execute-api.us-east-2.amazonaws.com/dev/users/2019_06_08_07_42_54_BbXfybB.png?width=100&hight=100”)