Insert image in header

Hello, I want to insert an image and show it in the header of the pages, the code I use is the following:

\pagestyle{fancy}
\fancyhf{}
\chead{Energy}
\rhead{Concentrated Solar Power}
\lhead{\includegraphics[scale=0.14]{Logo_1.png}}
\lfoot{\scriptsize Facultad\Universidad}
\rfoot{\thepage}
\renewcommand{\footrulewidth}{0.25pt}
\addtolength{\headheight}{1cm}
\renewcommand{\baselinestretch}{1.5}

I don’t know how to load the image in google docs so that the “\includegraphics[scale=0.14]{ }” command run.

Is there any way to insert the image into the header? Thank you.

This is not possible right now as there is no way to get the figure Logo_1.png.
We will improve this in future releases. Till then the workaround is to not do it google docs and make the changes required in the final exported code, once the document is complete.