This authorisation function must be executed first, before any other
functions in this package. Failure to execute b2AuthorizeAccount
renders everything else pointless. You will require a valid Backblaze B2
accountId
and authorizationKey
. Create a Backblaze B2 account
and obtain your access credentials here:https://www.backblaze.com/b2/cloud-storage.html
Further documentation regarding the Backblaze B2 Cloud Storage API is
available here:
https://www.backblaze.com/b2/docs/
API account authorization url
, accountId
,
authorizationKey
are all mandatory and must be user defined.
Every time b2AuthorizeAccount
is executed, a new login to Backblaze B2
occurs. Don't login more than is necessary.