Skip to main content
Devi Siram が「#Trailhead」で質問

Hi, 

 

I am getting the following error when I am trying to retrieve meta data api(from package.xml file in VS code) from Trailhead org.

 

'Metadata API request failed: Component conversion failed: FILE_ENDED'.

 

Can anyone help me on this?

 

Thanks,

Devi

3 件の回答
  1. 2022年11月4日 2:45

    Hi @Priyanka Borode,

    After I deleted these lines about static resource from package.xml, the error is gone.

        <types>         <members>*</members>         <name>StaticResource</name>     </types>

0/9000