I am able to create an email draft using the gmail api. I'm also able to create a draft with an embedded image if the image is a real file.
The next step I want to reach is to create a draft with an embedded image where the image is just a screenshot on my clipboard. By creating the draft my html img tag looks something like
" img width="593" height="363" src="data:image/jpg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAMCAgMCAgMDAwM......"
but in gmail this part of my draft is empty.
Does someone know any solutions for this ?
Thanks a lot !