i have a feature service (point feature class and a few related tables) in AGOL can i create a local replica from it, i basically want to play with the data locally and then update a few things and sync any updates back to AGOL
Also, take a look at these blogs on how to overwrite a service. One way uses python 2.x, and the other uses the new ArcGIS Python API (which uses python 3.x):
You can connect to ArcGIS Online from ArcMap and add the hosted feature service from Catalog window > My Hosted Service. Next you can create a local copy for editing:
thanks for the quick reply i tried that but i get an error, saying it "can't create a local copy" ideally i am looking for a way to do it via python so i can get it to process the data overnight without any intervention
Also, take a look at these blogs on how to overwrite a service. One way uses python 2.x, and the other uses the new ArcGIS Python API (which uses python 3.x):