When I try to call:
squizApi.acquireLock({
“asset_id”: “16812312”,
“screen_name”:“metadata”,
“force_acquire”: true
});
I always get
{ message: “Unable to acquire “metadata” lock on “A”, lock already held by “XXX” [SYS0101]”, time:1535407917, warning:true }
… if the user is not me.
Is there any way I can assure releasing or removing the locks on a specific asset?