I am trying to import some shapefiles I found online to https://developers.arcgis.com/layers/
The upload is a 10MB zip file. It contains one file of each of the following file extensions: .cpg, .dbf, .prj, .sbn, .sbx, .shp, and .shx.
Here are the steps I tried:
- Import data
- Select file
- Select `shapefile`
- Click Upload file
- Wait for 15s
- Get error popup "An error occurred. Please try again later."
- In the Chrome developer tools Response tab, I see "502 bad gateway"
Any ideas?