Esri / ArcREST

python package for REST API (AGS, AGOL, webmap JSON, etc..)
Apache License 2.0
192 stars 155 forks source link

ArcRest "arcrest.agol.services.FeatureService.createReplica" tool failing #353

Open badavis57007 opened 6 years ago

badavis57007 commented 6 years ago

ArcRest

Create replica tool is failing because the schema of the url has changed on AGOL. There used to be 16 fields/parameters to populate but now there are 18. The tool service.py and other files show that these new parameters are not listed. The new parameters are:

Target Type Sync Direction

newcreatereplica

Bug

Repo Steps or Enhancement details

Please fix or instruct on how to fix the necessary files to include these new parameters in the code and the script tool parameters. Thank you for your help.

badavis57007 commented 6 years ago

Is there an update on this module?