Trying to create a new branch version, then update geometry on the existing features. I have the new geometry joined with Object ID from default, but running into issues on the safe.esri-agol writer.
Where version was set to "Jan272026b":
ArcGISFeatureServiceWriter: The ArcGIS REST API returned an error: HTTP Error Code: 400 : 'Unable to complete operation.' Message Code . Further details: '['Object is missing.']'
Where version was set to include username "admin.Jan272026b" -- CASE matters. I went back and changed it to “ADMIN.Jan272026b” and now I’m back to getting the first error of Object is missing.:
The ArcGIS REST API returned an error: HTTP Error Code: : 'Invalid version name. [The Version name contains invalid characters. (admin.Jan272026b)]' Message Code . Further details: '[]'
However when I look at the versions, I see:
- versionName: ADMIN.Jan272026b
versionGuid: {9466ACCA-2E0A-4D75-9789-CE40F1E941BA}

