Description Usage Arguments Details Value Examples
View source: R/b2GetFileInfo.R
b2GetFileInfo returns information about a single file from the user's
account on the Backblaze B2 cloud storage product.
1 | b2GetFileInfo(fileId)
|
fileId |
The unique identifier of the file whose information is
required. File IDs may be obtained through the |
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:
https://www.backblaze.com/b2/docs/b2_get_file_info.html
fileId is mandatory and must be user defined.
If successful a list will be returned containing fileId,
fileName, accountId, contentSha1, bucketId,
contentLength, contentType and fileInfo.
1 2 3 4 | ## Not run:
b2GetFileInfo(fileId = "Unique_identifier_of_the_file")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.