Select to view content in your preferred language

Import Item.download() File

266
0
11-23-2018 12:00 PM
JimO_Leary2
New Contributor II

I used the Item method download() to save a json-encoded string of my web maps and web applications from AGOL. Now I'm wondering how to import this json string. Can I get it back into AGOL or import it into ArcMap or ArcGIS Pro? The json looks something like this:

{
"uri":"widgets/Scalebar/Widget",
"name":"Scalebar",
"version":"2.2",
"position":{
"left":7,
"bottom":25,
"relativeTo":"map"
},
"id":"widgets_Scalebar_Widget_19",
"icon":"widgets/Scalebar/images/icon.png?wab_dv=2.1"
},

Tags (2)
0 Kudos
0 Replies