encryptio / git-annex-remote-b2

git-annex special remote for Backblaze's B2
MIT License
39 stars 9 forks source link

I'm unable to initilize a b2 remote #16

Closed ghost closed 5 years ago

ghost commented 6 years ago

I'm running the following code: git annex initremote b2 type=external externaltype=b2 bucket=bucketfullofdata accountid=<<__RETRACTED>> appkey=<<__RETRACTED>> encryption=pubkey keyid=<<__RETRACTED>> mac=HMACSHA512 chunk=10MiB initremote b2 (encryption setup) (to gpg keys: <<__RETRACTED>>) git-annex: Couldn't authorize: UNAUTHORIZED: The account ID is wrong, the account does not have B2 enabled, or the application key is not valid

However, I've triple checked the account id, application id and that the bucket is a valid name.

Any suggestions on what I might be doing wrong?