Cannot export Feature Service

191
0
01-25-2018 05:10 AM
ModyBuchbinder
Esri Regular Contributor

Hello

I am trying to export some feature services for a user.

My code looks like this

user = gis.users.get("mody")

for item in user.items():

   if item.type == "Feature Service":

      res = item.export(Title, export_format="Shapefile")

I get the error that item have no method "export"

What am I doing wrong?

Thanks

0 Kudos
0 Replies