Transfer 01: Error - Source file file does not exist! #73
-
Hi all, I am working on Ubuntu 20.04 and I am trying to test the transfer-01-file-transfer sample but when I request the file I get the following error message: Fatal error while Initiate data flow. Error details: Failed to delegate data transfer to Data Plane: Source file file does not exist! The following log messages are displayed in the console:
I have previously made the following configurations:
{
"@context": {
"edc": "https://w3id.org/edc/v0.0.1/ns/"
},
"@type": "TransferRequestDto",
"dataDestination": {
"type": "File",
"path": "/tmp/consumer",
"keyName": "keyName"
},
"protocol": "dataspace-protocol-http",
"assetId": "test-document",
"contractId": "1:test-document:e2cec3f6-abb1-4ffb-b5e2-efc1f49c7648",
"connectorAddress": "http://localhost:8282/protocol",
"privateProperties": {},
"managedResources": false
} Does anyone know how to fix this? Thanks in advance for the help, Johnny |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
the property should point to the file, not to a folder, as stated by the README:
|
Beta Was this translation helpful? Give feedback.
-
Hi Johnny,
|
Beta Was this translation helpful? Give feedback.
the property should point to the file, not to a folder, as stated by the README: