Gather Space Mini-Map - Image not acting as expected

I am looking to change the minimap of a space I am working on. Will an image hosted by the Gather servers work for this? Specifically, I am looking to use the ‘uploadImage’ call from the Poster API example and pass that path to the mini-map through ‘setMap’. Currently not having any luck with the new image superseding the old image.

I can expand a bit on this, but didn’t want to get into all the details without the simple stuff first.

Thanks!

EDIT: Figured it out. The python requests.post was acting differently than js axios.post. Once I fixed that, it worked as expected. Nothing to do with the images at all.