You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a b2 bucket over 24hrs ago (just in case these a propagation delay). When I attempt to init the remote I get couldn't open bucket and it appears no buckets are found.
What I did
$ git annex initremote b2 type=external externaltype=b2 accountid=XYZ appkey=XYZ encryption=shared chunk=25MiB bucket=annex-field-recordings
initremote b2 (encryption setup) (encryption key stored in git repository) git-annex: Couldn't open bucket "annex-field-recordings": Post https://api001.backblazeb2.com/b2api/v1/b2_list_buckets: Found
$
Just out of curiosity it appears that my account + appkey are correct.
$ git annex initremote b2 type=external externaltype=b2 accountid=<wrong account ID> appkey=<correct appkey> encryption=shared chunk=25MiB bucket=annex-field-recordings
initremote b2 (encryption setup) (encryption key stored in git repository) 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
$ git annex initremote b2 type=external externaltype=b2 accountid=<correct account id> appkey=<wrong appkey> encryption=shared chunk=25MiB bucket=annex-field-recordings
initremote b2 (encryption setup) (encryption key stored in git repository) 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
Cheers, Jon
The text was updated successfully, but these errors were encountered:
Hi there,
I created a b2 bucket over 24hrs ago (just in case these a propagation delay). When I attempt to init the remote I get
couldn't open bucket
and it appears no buckets are found.What I did
Just out of curiosity it appears that my account + appkey are correct.
Cheers, Jon
The text was updated successfully, but these errors were encountered: