Friday, 7 December 2018

ArcGIS Online fails to add zipped File Geodatabase?


I couldn’t figure out why The ArcGIS Online fails to add a zipped “file geodatabase”, and gives the following message:



Invalid name ‘xxx.gdb’ found in input publish parameters



enter image description here


enter image description here



Answer



Rename you Communities.gdb.zip into Communities.zip.



I tested it with Communities.gdb.zip, got same error. Without .gdb it works fine


No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...