Skip to main content
May 17, 2021
Question

Google Maps Plug-in

  • May 17, 2021
  • 2 replies
  • 0 views

Hi all,

I am trying to follow the steps given here:  https://docs.appian.com/suite/help/21.1/develop-first-component.html

And using the mapfile example given on the git: https://github.com/appian/integration-sdk-examples/tree/master/Component%20Plug-in%20(CP)%20Examples/mapField

I create the zip file with the below steps:

1. Git clone the folder

2. Zip the mapfield example with the below command:

zip -r mapField.zip mapField/mapField mapField/appian-component-plugin.xml

But when trying to upload the files to the admin folder, I get the below error:

ERROR com.appiancorp.plugins.LoggingPluginEventListener - Failed to load Component Plug-in 'maps plugin.zip': Could not parse zip file - make sure it is formatted properly.

If anyone can help with this, I'd very much appreciate it!

2 replies

April 4, 2023

Any solution 

abhayd3663
April 4, 2023

Double check your manifest files and whole structure before packaging, there are many minute steps involved in component development, packaging and deployments so it's difficult to comments on what could be wrong. Good luck!!!