b2HideFile | R Documentation |
b2HideFile
hides a file in the user's account on the Backblaze B2
cloud storage product.
b2HideFile(bucketId, fileName)
bucketId |
The unique identifier of the bucket containing the file to be
hidden. Bucket IDs may be obtained through the |
fileName |
The name of the file to be hidden. File names may be obtained
through the |
This function hides a file in the user's account on the Backblaze B2 cloud storage product, so that it cannot be downloaded by name. In order to further understand the concept of B2 file versions, see the speficic Backblaze documenation. Further details regarding this API call are available here:
https://www.backblaze.com/b2/docs/b2_hide_file.html https://www.backblaze.com/b2/docs/file_versions.html
bucketId
fileName
are mandatory and must be user defined.
If successful a list will be returned containing fileId
,
fileName
, action
, size
and uploadTimestamp
.
## Not run:
b2HideFile(bucketId = "aUniqueBucketId", fileName = "yourFileName.txt")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.