Skip to main content
Devi Siram a posé une question dans #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 réponses
  1. 4 nov. 2022, 02: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