Hello, I am trying to create an Experience Builder app on ArcGIS Online with arcgis.gis
I can create an Experience Builder item and edit the data json with:
item.update(data=my_data)
The problem is that the Experience Builder created is lacking a config/config.json resource, which seems required open the Experience Builder in the editor, without it, the editor just shows a blank white screen where the app preview is supposed to be.
I have tried:
update_info_response = editing_app_item.update_info(config_file_path, folder_name='config')
Which doesn't create a config in the resources when I check the item in ArcGIS Assistant.
Does anyone know if there's a way to upload / edit the config?