Just getting started for the first time with both b2 and Duplicacy. I’ve configured a private bucket on b2 and confirmed it’s there using the b2
command line app (i.e. b2 list_buckets
returns the bucket ID I’m expecting once I’ve authed in).
I’m trying duplicacy init homedir b2://<bucketid>
from my homedir. When I enter my Account ID and the Application Key I’ve created that only has access to <bucketid>
I get:
Failed to load the Backblaze B2 storage at b2://<bucketid>: Authorization failure
Now, when I enter my Account ID and my Master Application Key, I get:
Failed to load the Backblaze B2 storage at b2://<bucketid>: Bucket <bucketid> not found
Am I missing a step here?
Thanks in advance.