POST /api/storage/v1/exists
Check if file exists
Request
{
"token": String,
"path": String
}
Response
Status code: 200
{
"type": "exists",
"value": bool
}
Possible errors
invalid token
not verified
permission denied
external
POST /api/storage/v1/exists
Check if file exists
{
"token": String,
"path": String
}
Status code: 200
{
"type": "exists",
"value": bool
}
invalid token
not verified
permission denied
external