I try to upload a picture from my Gdrive to Google Gemini make “create a completion” to modify the picture (i want to remove some objects from the picture).
My setup is close to these instructions: https://www.youtube.com/watch?v=xlwRM10kCuA
But I cannot find the in the video used model “Gemini 2.5 Flash Image Preview”. I tried instead “Gemini 2.5 Flash Preview 05-20”.
But when i run the szenario i get the error : “The operation failed with an error. [400] Image generation is not available in your country.”
If I upload the picture directly on the Gemini Webpage i can remove the objects from the picture.
I am from Germany.
Any ideas or is this somehow a hard limitation at the moment ?
i also tried yesterday all the differend models and found out, that “Nano Banana” is the only one that doesnt give me that error. So good to read that this is the way to go. Thanks.
Nevertheless i still struggle with one problem.
I try to upload the generated file to Gdrive, and therefore i map the inlinedata.data from the “Create a completion” modul.
But the uploaded test.png is somehow no image. I cannot open it.
Do you have an idea what is wrong.
PS: Im still very new to the make.com world. I love it, but probably I still have some newbie questions
ah yeah indeed! The Gemini API returns the image as base64 string whereas the Google Drive API expects binary data. That’s why you need to convert it using an inline function (see screenshot).
Then it works flawlessly,