Thanks for the implementation of Bitbucket Access Tokens!
Unfortunately, I haven't been able to successfully validate this feature. My repro steps:
Download the v1.1 tar for linux
- Extract it
- Create an Atlassian API token for Bitbucket at https://id.atlassian.com/manage-profile/security/api-tokens (I gave it all scopes just for testing)
- export BITBUCKET_USERNAME=myusername and export BITBUCKET_TOKEN=ATATT_etc...
- ./gitbackup -service bitbucket results in Error retrieving username401 Unauthorized
- I can see that my API token was used "1 minute ago" so it appears to be the right kind of token. I've tried every variation of my username, but it should be Username indicated at https://bitbucket.org/account/settings/.
(I also tried creating a Bitbucket Access Token at https://bitbucket.org/kidozteam/workspace/settings/access-tokens but that got the same result and just said "Never Used" so presumably that's not the right kind of token).
Thanks for any help you can provide!
Thanks for the implementation of Bitbucket Access Tokens!
Unfortunately, I haven't been able to successfully validate this feature. My repro steps:
Download the v1.1 tar for linux
(I also tried creating a Bitbucket Access Token at https://bitbucket.org/kidozteam/workspace/settings/access-tokens but that got the same result and just said "Never Used" so presumably that's not the right kind of token).
Thanks for any help you can provide!