Sometimes when you attempt an import to a space you get an error
"Could not locate exportDescriptor.properties in the archive"
This often happened when you are on a Macbook, there is a known issue where browsers on Macs download ZIP files and automatically unzip them and zip them up again. When the folder is zipped up it contains files like DStore or MACOSX which causes the error.
To resolve it you can do the following:
zip -r archive.zip entities.xml exportDescriptor.properties attachment/
zip -r archive.zip . -x "*/.DS_Store" -x ".DS_Store"
Elelta D
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
0 comments