Get video upload limits for the authenticated user.
Output
Encoding
application/jsoncanUpload
boolean
Required
No description available.
error
string
Optional
No description available.
message
string
Optional
No description available.
remainingDailyBytes
integer
Optional
No description available.
remainingDailyVideos
integer
Optional
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"canUpload"
],
"properties": {
"error": {
"type": "string"
},
"message": {
"type": "string"
},
"canUpload": {
"type": "boolean"
},
"remainingDailyBytes": {
"type": "integer"
},
"remainingDailyVideos": {
"type": "integer"
}
}
},
"encoding": "application/json"
},
"description": "Get video upload limits for the authenticated user."
}