I am trying to connect to ArcGIS online (my default provider) using arcpy.SignInToPortal_server([username],[password]). It gives me a result of "True", but when I try and execute arcpy.UploadServiceDefinition_server I get "WARNING 001404: You are not signed in to ArcGIS Online." How do I resolve? Thanks
Did you ever resolve this?