Hello everyone,
I am trying to download a feature layer from my AGO enterprise account as a shapefile or CSV. I have the following code:
item_id = select_item.id
agolItem = gis.content.get(item_id)
outputGDB = extract_data([agolItem], data_format='Shapefile')
this code gives me the following error:
{"messageCode": "AO_100026", "message": "ExtractData failed."} Failed to execute (ExtractData). Failed.
I read a few other post just like mine but I couldn't figure out why I keep getting an error.
Thank you