b2GetFileInfo returns information about a single file from the user's
account on the Backblaze B2 cloud storage product.
Usage
b2GetFileInfo(fileId)
Arguments
fileId
The unique identifier of the file whose information is
required. File IDs may be obtained through the b2ListFiles,
b2ListFileVersions and b2UploadFile functions in this
package.
Value
If successful a list will be returned containing fileId,
fileName, accountId, contentSha1, bucketId,
contentLength, contentType and fileInfo.
Details
This function returns information about a single file from the user's account
on the Backblaze B2 cloud storage product. Further details regarding this API
call are available here: