You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 31, 2020. It is now read-only.
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
The text was updated successfully, but these errors were encountered: