Select to view content in your preferred language

arcgis features managers ValueError: The data file provided does not exist or could not be accessed.

50
0
Thursday
JD5
by
New Contributor

I usually call manager.overwrite with a portal item. Is there any reason this is no longer supported?

if data_file and (
  not isinstance(data_file, str)
  or not os.path.exists(data_file)
  or not os.path.isfile(data_file)
): raise ValueError( "The data file provided does not exist or could not be accessed." )   

 

0 Kudos
0 Replies