Skip to content
This repository has been archived by the owner on Mar 31, 2020. It is now read-only.

Can disable sync be used to enable sync? #340

Open
tpcolson opened this issue May 24, 2017 · 1 comment
Open

Can disable sync be used to enable sync? #340

tpcolson opened this issue May 24, 2017 · 1 comment

Comments

@tpcolson
Copy link

Can https://github.com/Esri/ArcREST/blob/master/samples/disable_sync_service_item.py also be used to ENABLE sync by just changing

result = fst.disableSync(url=fs.url)

to

result = fst.enableSync(url=fs.url)

I have a scenario where I need to disable sync, do something, then re-enable it

@MikeMillerGIS
Copy link
Member

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants