Converting google map image url to valid image url like png for gpt 4 vision

Hello I have this scenrio set up with gpt 4 vision but gpt 4 is not accepting my google map image URL as a valid one. Is there a way to convert google map URL into png file before sending it to GPT 4 Vision module?



Use HTTP Get a File to download files.

I think there’s a Image app you can use to convert an image format, but if not you can use Cloud Convert.

Then instead of using URL you can map the file in OpenAI module.

2 Likes

If you can find a web view link and tranfer it to the module
It may work

Those links are from Google Maps API, not Google Drive.

this is amazing. worked!! I used the get a file http module. thank you