I am trying to write a python script to overwrite a feature service on ArcGIS online.
I will use the following arcpy tools to do this:
1.) CreateMapSDDraft
2.) StageService_server
3.) AnalyzeForSD
My question is how can I set options for No Update, No Delete, No Create, groups to share with, and all the other items that are associated with the draft before I upload the service?
thanks!
James