Getting Images and data from google sheet to wix as well as sending image from wix to cell

i want to receive images and some of the data from my google sheet to wix, but the only thing im receiving was the data but the column for images each row were empty. currently, my code is:


import { getValues, appendValues } from "@velo/google-sheets-integration-backend";
import { getSecret} from 'wix-secrets-backend';

//gets the log sheet data from google sheet
export const getValuesFromGoogleSheet = async(range)=>{
    const sheetID = await getSecret("sheetId");
    const result = await getValues(sheetID, range);

same thing goes to sending image like signatures, its is turning into a base64 URL