Backblaze · Example Payload

B2 Native Api File Info Example

Cloud StorageObject StorageStorageBackup

B2 Native Api File Info Example is an example object payload from Backblaze, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

fileIdfileNameaccountIdbucketIdcontentLengthcontentSha1contentTypefileInfoactionuploadTimestamp

Example Payload

Raw ↑
{
  "fileId": "4_h4a48fe8875c6214145260818",
  "fileName": "photos/image.jpg",
  "accountId": "abc123def456",
  "bucketId": "e73ede9969c64355ef8b",
  "contentLength": 102400,
  "contentSha1": "a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2",
  "contentType": "image/jpeg",
  "fileInfo": {},
  "action": "upload",
  "uploadTimestamp": 1660000000000
}