I found the v3 docs archive contains a __MACOSX folder probably because it was initially zipped up on a Mac. This file isn't necessary and it doesn't always work well with some of the Node scripts involved in building the v3 doc.
I removed the folder from the zip file with zip -d v3-archive.zip __MACOSX/\*.
You can verify the zip output is still the same by:
I found the v3 docs archive contains a __MACOSX folder probably because it was initially zipped up on a Mac. This file isn't necessary and it doesn't always work well with some of the Node scripts involved in building the v3 doc.
I removed the folder from the zip file with
zip -d v3-archive.zip __MACOSX/\*
.You can verify the zip output is still the same by:
main
: https://github.com/Esri/arcgis-rest-js/raw/main/docs/v3-archive.zipunzip -d main FIRST_DOWNLOAD_PATH && unzip -d remove-macosx-folder SECOND_DOWNLOAD_PATH
diff -r main remove-macosx-folder
and it should outputOnly in main: __MACOSX
.