Get video upload limits for the authenticated user.
Output
Encoding
application/jsoncanUpload
boolean
Required
No description provided.
error
string
Optional
No description provided.
message
string
Optional
No description provided.
remainingDailyBytes
integer
Optional
No description provided.
remainingDailyVideos
integer
Optional
No description provided.
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."
}