I'm trying to do things like work with maps or other, and I've been pointed a few times to https://pcf.gallery to browse components. How do you actually use them though? Many don't have a download zip link, but for the ones that do, if I go to the Power Apps admin page and import it as a solution, it fails every time saying The solution file is invalid. The compressed file must contain the following files at its root: solution.xml, customizations.xml, and [Content_Types].xml. Customization files exported from previous versions of Microsoft Dynamics 365 are not supported.
For example, https://pcf.gallery/bing-address-autocomplete/ with the download link https://github.com/acieslik/PCF.BingAddressAutocomplete
I hit Code and Download ZIP but it doesn't work and gives that error above. There is a customizations.xml and solutions.xml file but they are in the PCF.BingAddressAutocomplete/BingAddressAutocomplete/AC_PCF_BingAddressAutoComplete/Other folder and not in the root.
When I follow this guide here https://carldesouza.com/how-to-install-powerapps-components-from-pcf-gallery-to-your-org/ it says when clicking a component, the Github will already have the ZIP file attached to it to just download but none I've tried have that or very few do. If I download that ZIP it does work, but what do you do for all these ones that have no ZIP file at all in the Github repo?