b2GetUploadUrl returns the URL required in order to upload files to
the user's account on the Backblaze B2 cloud storage product.
Usage
b2GetUploadUrl(bucketId)
Arguments
bucketId
The unique identifier of the bucket where files are to be
uploaded. Bucket IDs may be obtained through the
b2ListBucketsfunction in this package.
Value
If successful a list will be returned containing bucketId,
uploadURL and authorizationToken.
Details
This function returns the URL required in order to upload files the user's
account on the Backblaze B2 cloud storage product. An uploadUrl and upload
authorizationToken are also returned. These are valid for 24 hours or until
the endpoint rejects an upload, Further details regarding this API call are
available here: