curl -X POST https://app.drime.cloud/api/v1/file-entries/restore \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"entryIds": [123, 456]
}'
{
"status": "success"
}
Restore files from trash
curl -X POST https://app.drime.cloud/api/v1/file-entries/restore \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"entryIds": [123, 456]
}'
{
"status": "success"
}
success)curl -X POST https://app.drime.cloud/api/v1/file-entries/restore \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"entryIds": [123, 456]
}'
{
"status": "success"
}
/drive/file-entries endpoint with deletedOnly=true.