/v1/media/{resourceName}
GET
/v1/media/{resourceName}
media
/v1/media/{+name}?alt=media
.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://youtubereporting.googleapis.com//v1/media/'
Response Response Example
{
"algorithm": "string",
"bigstoreObjectRef": "string",
"blobRef": "string",
"blobstore2Info": {
"blobGeneration": "string",
"blobId": "string",
"downloadReadHandle": "string",
"readToken": "string",
"uploadMetadataContainer": "string"
},
"compositeMedia": [
{
"blobRef": "string",
"blobstore2Info": {
"blobGeneration": "string",
"blobId": "string",
"downloadReadHandle": "string",
"readToken": "string",
"uploadMetadataContainer": "string"
},
"cosmoBinaryReference": "string",
"crc32cHash": 0,
"inline": "string",
"length": "string",
"md5Hash": "string",
"objectId": {
"bucketName": "string",
"generation": "string",
"objectName": "string"
},
"path": "string",
"referenceType": "PATH",
"sha1Hash": "string"
}
],
"contentType": "string",
"contentTypeInfo": {
"bestGuess": "string",
"fromBytes": "string",
"fromFileName": "string",
"fromHeader": "string",
"fromUrlPath": "string"
},
"cosmoBinaryReference": "string",
"crc32cHash": 0,
"diffChecksumsResponse": {
"checksumsLocation": {
"blobRef": "string",
"blobstore2Info": {
"blobGeneration": "string",
"blobId": "string",
"downloadReadHandle": "string",
"readToken": "string",
"uploadMetadataContainer": "string"
},
"cosmoBinaryReference": "string",
"crc32cHash": 0,
"inline": "string",
"length": "string",
"md5Hash": "string",
"objectId": {
"bucketName": "string",
"generation": "string",
"objectName": "string"
},
"path": "string",
"referenceType": "PATH",
"sha1Hash": "string"
},
"chunkSizeBytes": "string",
"objectLocation": {
"blobRef": "string",
"blobstore2Info": {
"blobGeneration": "string",
"blobId": "string",
"downloadReadHandle": "string",
"readToken": "string",
"uploadMetadataContainer": "string"
},
"cosmoBinaryReference": "string",
"crc32cHash": 0,
"inline": "string",
"length": "string",
"md5Hash": "string",
"objectId": {
"bucketName": "string",
"generation": "string",
"objectName": "string"
},
"path": "string",
"referenceType": "PATH",
"sha1Hash": "string"
},
"objectSizeBytes": "string",
"objectVersion": "string"
},
"diffDownloadResponse": {
"objectLocation": {
"blobRef": "string",
"blobstore2Info": {
"blobGeneration": "string",
"blobId": "string",
"downloadReadHandle": "string",
"readToken": "string",
"uploadMetadataContainer": "string"
},
"cosmoBinaryReference": "string",
"crc32cHash": 0,
"inline": "string",
"length": "string",
"md5Hash": "string",
"objectId": {
"bucketName": "string",
"generation": "string",
"objectName": "string"
},
"path": "string",
"referenceType": "PATH",
"sha1Hash": "string"
}
},
"diffUploadRequest": {
"checksumsInfo": {
"blobRef": "string",
"blobstore2Info": {
"blobGeneration": "string",
"blobId": "string",
"downloadReadHandle": "string",
"readToken": "string",
"uploadMetadataContainer": "string"
},
"cosmoBinaryReference": "string",
"crc32cHash": 0,
"inline": "string",
"length": "string",
"md5Hash": "string",
"objectId": {
"bucketName": "string",
"generation": "string",
"objectName": "string"
},
"path": "string",
"referenceType": "PATH",
"sha1Hash": "string"
},
"objectInfo": {
"blobRef": "string",
"blobstore2Info": {
"blobGeneration": "string",
"blobId": "string",
"downloadReadHandle": "string",
"readToken": "string",
"uploadMetadataContainer": "string"
},
"cosmoBinaryReference": "string",
"crc32cHash": 0,
"inline": "string",
"length": "string",
"md5Hash": "string",
"objectId": {
"bucketName": "string",
"generation": "string",
"objectName": "string"
},
"path": "string",
"referenceType": "PATH",
"sha1Hash": "string"
},
"objectVersion": "string"
},
"diffUploadResponse": {
"objectVersion": "string",
"originalObject": {
"blobRef": "string",
"blobstore2Info": {
"blobGeneration": "string",
"blobId": "string",
"downloadReadHandle": "string",
"readToken": "string",
"uploadMetadataContainer": "string"
},
"cosmoBinaryReference": "string",
"crc32cHash": 0,
"inline": "string",
"length": "string",
"md5Hash": "string",
"objectId": {
"bucketName": "string",
"generation": "string",
"objectName": "string"
},
"path": "string",
"referenceType": "PATH",
"sha1Hash": "string"
}
},
"diffVersionResponse": {
"objectSizeBytes": "string",
"objectVersion": "string"
},
"downloadParameters": {
"allowGzipCompression": true,
"ignoreRange": true
},
"filename": "string",
"hash": "string",
"hashVerified": true,
"inline": "string",
"isPotentialRetry": true,
"length": "string",
"md5Hash": "string",
"mediaId": "string",
"objectId": {
"bucketName": "string",
"generation": "string",
"objectName": "string"
},
"path": "string",
"referenceType": "PATH",
"sha1Hash": "string",
"sha256Hash": "string",
"timestamp": "string",
"token": "string"
}
Request
Path Params
resourceName
string
required
Responses
Modified at 2023-08-15 05:44:52