curl -X GET https://app.drime.cloud/api/v1/file-entries/123456/shareable-link \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{
"status": "success",
"link": {
"id": 789,
"hash": "3h8N1nxZq7WtyRmXDIosFupSl9MCrD",
"user_id": 15843,
"entry_id": 123456,
"expires_at": null,
"allow_edit": false,
"allow_download": true
},
"folderChildren": []
}
Get the shareable link for an entry
curl -X GET https://app.drime.cloud/api/v1/file-entries/123456/shareable-link \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{
"status": "success",
"link": {
"id": 789,
"hash": "3h8N1nxZq7WtyRmXDIosFupSl9MCrD",
"user_id": 15843,
"entry_id": 123456,
"expires_at": null,
"allow_edit": false,
"allow_download": true
},
"folderChildren": []
}
success)curl -X GET https://app.drime.cloud/api/v1/file-entries/123456/shareable-link \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{
"status": "success",
"link": {
"id": 789,
"hash": "3h8N1nxZq7WtyRmXDIosFupSl9MCrD",
"user_id": 15843,
"entry_id": 123456,
"expires_at": null,
"allow_edit": false,
"allow_download": true
},
"folderChildren": []
}