I am using google sheet API V4 to update spreadsheet in my google drive. I can use below API to update value of the spreadsheet.
Google::Apis::SheetsV4::BatchUpdateValuesRequest.new(data: data, value_input_option: "RAW")
Now I want to insert an image to specific cell range. Is it possible by using this method or is there a way with ruby google-api-client ?