I'm attempting to migrate user content with arcpy using this as a reference:
Move existing user content to a new user | ArcGIS for Developers
The item.reassign_to() call fails for certain items with the error "Item has a Relationship Type that does not allow this."
Does anyone know which relationship types are incompatible, and how I could work around this?
FWIW the "Transfer content" option in the ArcGIS Online web UI doesn't seem to have trouble with this, but unfortunately it also obliterates the original folder structure.
Thanks