Hi there,
I tried to migrate my artefacts from Nexus 3.11 to nexus 3.25.1. To do that I wrote a simple Python Script, that download my artefacts from a given repository, and then push them into my new Nexus.
But my artefacts are multi assets, and then, when I tried to upload the artefacts, it return a 400 error.
Looking to the log I can see this kind of message
The assets 13 and 14 have identical coordinates
This is what my function looks like
Is there some params I can use in my POST request to force upload ?
Thx for your help
Regards
Vincent JOBARD