Issue with Transfer Samples in Connector Tutorial #190
-
Hello everyone, I'm currently a student working on my thesis about dataspaces, and I'm going through the Connector Tutorial. I'm encountering difficulties in Step 5 of the "Transfer Sample 01 Negotiation." As per the instructions, the following cURL command should be used:
The response I receive looks like this:
I suspect the issue might be with the negotiate-contract.json file, specifically with "@id": "{{contract-negotiation-id}}". It seems that this ID may not be known at this stage. Could someone help me overcome Step 5 of the Transfer Sample and successfully complete the negotiation? Thanks in advance for your assistance! Andy P.S.: I have a suspicion that there might be a missing step before Step 5, but I'm not entirely sure. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Yes, you need to replace the placeholder with the actual contract offer it (not negotiation). |
Beta Was this translation helpful? Give feedback.
Yes, you need to replace the placeholder with the actual contract offer it (not negotiation).
That was described in the sample script but it did get eventually lost, will provide a PR to fix that.