Share a Private File
Create a test file
echo "SmartVault is awesome." > smart_vault.txtAdd the file to your node
curl -X POST \
http://localhost:9091/storage/add \
-H 'multipart/form-data; boundary="===============1648430772=="' \
-F owner=YOUR_ACCT \
-F password=YOUR_PWD \
-F file=@smart_vault.txt{
"meta":"QmbVtvd1rD9pDHpx7AUqrsh3CoCMW3Na3g4fAwXJxyaawz",
"acl":"0x7000f85C4065643435E8A350655F3153c7dd030E"
}Grant permission to another device
Granting a READ permission
Try to access the file again
Reading the meta file
Last updated